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 System.Object
method IntPtr

Methods

BeginInvoke(AsyncCallback, Object)

public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object object)
Parameter Type Description
callback System.AsyncCallback
object System.Object

Returns

System.IAsyncResult

EndInvoke(IAsyncResult)

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

Returns

TValue

Invoke()

public virtual TValue Invoke()

Returns

TValue