[]
        
(Showing Draft Content)

C1.Util.DX.SetValueFastDelegate-1

SetValueFastDelegate<T> Delegate

A Delegate to set a property value to an object.

Namespace: C1.Util.DX
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public delegate void SetValueFastDelegate<T>(object obj, ref T value)
Parameters
Type Name Description
object obj

The obj to set the property from.

T value

The value to set.

Type Parameters
Name Description
T

Type of the setter.

Constructors

Name Description
SetValueFastDelegate(object, IntPtr)

Methods

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