FunctionUtils.EvaluateChildren Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Evaluate expression children and return them.
public static (System.Collections.Generic.IReadOnlyList<object>, string error) EvaluateChildren (AdaptiveExpressions.Expression expression, AdaptiveExpressions.Memory.IMemory state, AdaptiveExpressions.Options options, AdaptiveExpressions.FunctionUtils.VerifyExpression verify = default);
static member EvaluateChildren : AdaptiveExpressions.Expression * AdaptiveExpressions.Memory.IMemory * AdaptiveExpressions.Options * AdaptiveExpressions.FunctionUtils.VerifyExpression -> ValueTuple<System.Collections.Generic.IReadOnlyList<obj>, string>
Public Shared Function EvaluateChildren (expression As Expression, state As IMemory, options As Options, Optional verify As FunctionUtils.VerifyExpression = Nothing) As ValueTuple(Of IReadOnlyList(Of Object), String)
Parameters
- expression
- Expression
Expression with children.
- state
- IMemory
Global state.
- options
- Options
Options used in evaluation.
Optional function to verify each child's result.
Returns
List of child values or error message.