A Delegate to set a property value to an object.
シンタックス
'宣言
Public Delegate Sub SetValueFastDelegate(Of )( _
ByVal As System.Object, _
ByRef As _
)
public delegate void SetValueFastDelegate<>(
System.object ,
ref
)
パラメータ
- obj
- The obj to set the property from.
- value
- The value to set.
型パラメータ
- T
- Type of the setter.
参照