 | DynamicMagicPropertyInfoGetFunction Property |
Returns a function that can be used to obtain the value of the
property from an object instance.
Namespace:
com.espertech.esper.compat.magic
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic override Func GetFunction { get; }
Property Value
Type:
FuncT, TResultThe get function.
See Also