[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.SetValueFastDelegate-1

Delegate SetValueFastDelegate<T>

Namespace
GrapeCity.Documents.DX
Assembly
GcDocs.DX.Windows.dll

A Delegate to set a property value to an object.

public delegate void SetValueFastDelegate<T>(object obj, ref T value)

Parameters

obj object

The obj to set the property from.

value T

The value to set.

Type Parameters

T

Type of the setter.

Constructors

SetValueFastDelegate(object, IntPtr)

public SetValueFastDelegate(object @object, IntPtr method)

Parameters

object object
method System.IntPtr

Methods

BeginInvoke(object, ref T, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(object obj, ref T value, AsyncCallback callback, object @object)

Parameters

obj object
value T
callback System.AsyncCallback
object object

Returns

System.IAsyncResult

EndInvoke(ref T, IAsyncResult)

public virtual void EndInvoke(ref T value, IAsyncResult result)

Parameters

value T
result System.IAsyncResult

Invoke(object, ref T)

public virtual void Invoke(object obj, ref T value)

Parameters

obj object
value T