[]
A Delegate to set a property value to an object.
public delegate void SetValueFastDelegate<T>(object obj, ref T value)
obj
objectThe obj to set the property from.
value
TThe value to set.
T
Type of the setter.
public SetValueFastDelegate(object @object, IntPtr method)
object
objectmethod
System.IntPtrpublic virtual IAsyncResult BeginInvoke(object obj, ref T value, AsyncCallback callback, object @object)
obj
objectvalue
Tcallback
System.AsyncCallbackobject
objectpublic virtual void EndInvoke(ref T value, IAsyncResult result)
value
Tresult
System.IAsyncResultpublic virtual void Invoke(object obj, ref T value)
obj
objectvalue
T