ComponentOne Bitmap for UWP
BuildPropertyGetter<T> Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > DXUtil Class : BuildPropertyGetter<T> Method
Type of the getter.
Type of the custom effect.
The property info to get the value from.
Builds a fast property getter from a type and a property info.
Syntax
'Declaration
 
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
)

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.
See Also

Reference

DXUtil Class
DXUtil Members