GenericPropertySetter Delegate |
Dynamic setter for a 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 public delegate void GenericPropertySetter(
Object target,
Object value
)
Parameters
- target
- Type: SystemObject
- value
- Type: SystemObject
See Also