[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.GetValueFastDelegate-1

GetValueFastDelegate<T> Delegate

A Delegate to get a property value from an object.

Namespace: GrapeCity.Documents.DX
Assembly: GcDocs.DX.Windows.dll
Syntax
public delegate void GetValueFastDelegate<T>(object obj, out T value)
Parameters
Type Name Description
object obj

The obj to get the property from.

T value

The value to get.

Type Parameters
Name Description
T

Type of the getter.

Constructors

Name Description
GetValueFastDelegate(object, IntPtr)

Methods

Name Description
BeginInvoke(object, out T, AsyncCallback, object)
EndInvoke(out T, IAsyncResult)
Invoke(object, out T)