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