[]
Builds a fast property getter from a type and a property info.
public static GetValueFastDelegate<T> BuildPropertyGetter<T>(Type customEffectType, PropertyInfo propertyInfo)
Type | Name | Description |
---|---|---|
Type | customEffectType | Type of the custom effect. |
PropertyInfo | propertyInfo | The property info to get the value from. |
Type | Description |
---|---|
GetValueFastDelegate<T> | A compiled delegate. |
Name | Description |
---|---|
T | Type of the getter. |