'Declaration 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 )
Parameters
- customEffectType
- Type of the custom effect.
- propertyInfo
- The property info to get the value from.
Type Parameters
- T
- Type of the getter.
Return Value
A compiled delegate.