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, nint)
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