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