[]
A Delegate to get a property value from an object.
public delegate void GetValueFastDelegate<T>(object obj, out T value)
Type | Name | Description |
---|---|---|
object | obj | The obj to get the property from. |
T | value | The value to get. |
Name | Description |
---|---|
T | Type of the getter. |
Name | Description |
---|---|
GetValueFastDelegate(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, out T, AsyncCallback, object) | |
EndInvoke(out T, IAsyncResult) | |
Invoke(object, out T) |