[]
        
(Showing Draft Content)

C1.Util.DX.GetValueFastDelegate-1

GetValueFastDelegate<T> Delegate

A Delegate to get a property value from an object.

Namespace: C1.Util.DX
Assembly: C1.Win.C1DX.4.8.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)