Bitmap for UWP
SetValueFastDelegate<T> デリゲート

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 : SetValueFastDelegate<T> デリゲート
Type of the setter.
The obj to set the property from.
The value to set.
A Delegate to set a property value to an object.
シンタックス
'宣言
 
Public Delegate Sub SetValueFastDelegate(Of T)( _
   ByVal obj As System.Object, _
   ByRef value As T _
) 
public delegate void SetValueFastDelegate<T>( 
   System.object obj,
   ref T value
)

パラメータ

obj
The obj to set the property from.
value
The value to set.

型パラメータ

T
Type of the setter.
参照

SetValueFastDelegate<T> メンバ
C1.Util.DX 名前空間