Click or drag to resize

GenericPropertyGetter Delegate

Dynamic getter 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
C#
public delegate Object GenericPropertyGetter(
	Object target
)

Parameters

target
Type: SystemObject

Return Value

Type: Object
See Also