In This Article

PropertyDictionary.Creator<TValue> Delegate

Creates a property value.

public delegate TValue PropertyDictionary.Creator<TValue>()
Type Parameters:
TValue -

The type of object to create.

Returns

Type Description
TValue

The property value that was created.

Constructors

Creator(object, IntPtr)

public Creator(object @object, IntPtr method)
Parameter Type Description
object object
method IntPtr

Methods

BeginInvoke(AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object)
Parameter Type Description
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual TValue EndInvoke(IAsyncResult result)
Parameter Type Description
result IAsyncResult

Returns

TValue

Invoke()

public virtual TValue Invoke()

Returns

TValue