'宣言 Public Shared Function BuildPropertySetter(Of T)( _ ByVal customEffectType As System.Type, _ ByVal propertyInfo As System.Reflection.PropertyInfo _ ) As C1.Util.DX.SetValueFastDelegate(Of T)
public static C1.Util.DX.SetValueFastDelegate<T> BuildPropertySetter<T>( System.Type customEffectType, System.Reflection.PropertyInfo propertyInfo )
パラメータ
- customEffectType
- Type of the custom effect.
- propertyInfo
- The property info to set the value to.
型パラメータ
- T
- Type of the setter.
戻り値の型
A compiled delegate.