BuildPropertyGetter<T> Method
Builds a fast property getter from a type and a property info.
public static C1.Util.DX.GetValueFastDelegate<T> BuildPropertyGetter<>(
System.Type ,
System.Reflection.PropertyInfo
)
'Declaration
Public Shared Function BuildPropertyGetter(Of )( _
ByVal As System.Type, _
ByVal As System.Reflection.PropertyInfo _
) As C1.Util.DX.GetValueFastDelegate(Of T)
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.