[]
Evaluates the function based on specified arguments and set evaluated value to result
.
protected virtual void Evaluate(IArguments arguments, IValue result)
Protected Overridable Sub Evaluate(arguments As IArguments, result As IValue)
Type | Name | Description |
---|---|---|
IArguments | arguments | The IArguments object indicates set of arguments. |
IValue | result | The IValue object to set result value. |