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