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)
Methods
BeginInvoke(AsyncCallback, Object)
public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object object)
| Parameter | Type | Description |
|---|---|---|
| callback | AsyncCallback | |
| object | Object |
Returns
EndInvoke(IAsyncResult)
public virtual TValue EndInvoke(IAsyncResult result)
| Parameter | Type | Description |
|---|---|---|
| result | IAsyncResult |
Returns
- TValue
Invoke()
public virtual TValue Invoke()
Returns
- TValue