Method Invoke
- Namespace
- RuleWright.Core
- Assembly
- RuleWright.Core.dll
Invoke(object?[])
Computes the function's value.
object? Invoke(object?[] arguments)
Parameters
argumentsobject[]The evaluated operand values, in document order; empty for a no-argument call.
Returns
- object
The computed value, or null.