| VariableData Constructor (Object, MethodInfo) |
Registers a method as a function
Namespace: FlexRule.DynamicEvaluationAssembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxpublic VariableData(
Object value,
MethodInfo method
)
Parameters
- value
- Type: SystemObject
if null then method is on type (static) otherwise it is an instance method - method
- Type: System.ReflectionMethodInfo
Method to be used on function
See Also