In This Article

PropertyDictionary.Creator<TValue> Delegate

Creates a property value.

public delegate TValue 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