Click or drag to resize

Utils_OtherCreateSetMethod Method

Creates a dynamic setter for the property. https://jachman.wordpress.com/2006/08/22/2000-faster-using-dynamic-method-calls/

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static GenericPropertySetter CreateSetMethod(
	PropertyInfo propertyInfo
)

Parameters

propertyInfo
Type: System.ReflectionPropertyInfo

Return Value

Type: GenericPropertySetter
See Also