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