'宣言 Public Shared Function BuildPropertySetter(Of T)( _ ByVal customEffectType As System.Type, _ ByVal propertyInfo As System.Reflection.PropertyInfo _ ) As GrapeCity.Documents.DX.SetValueFastDelegate(Of T)
public static GrapeCity.Documents.DX.SetValueFastDelegate<T> BuildPropertySetter<T>( System.Type customEffectType, System.Reflection.PropertyInfo propertyInfo )
パラメータ
- customEffectType
- カスタム効果のタイプ。
- propertyInfo
- 値を設定するプロパティ情報。
型パラメータ
- T
- セッターのタイプ。
戻り値の型
コンパイルされたデリゲート。