C1.Win.C1DX.4.8 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.

In This Topic
BuildPropertyGetter<T> Method
In This Topic
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)
 

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