Share via


FunctionUtils.TryAccumulatePath(Expression, IMemory, Options) Method

Definition

Try to accumulate the path from an Accessor or Element, from right to left.

public static (string path, AdaptiveExpressions.Expression left, string error) TryAccumulatePath (AdaptiveExpressions.Expression expression, AdaptiveExpressions.Memory.IMemory state, AdaptiveExpressions.Options options);
static member TryAccumulatePath : AdaptiveExpressions.Expression * AdaptiveExpressions.Memory.IMemory * AdaptiveExpressions.Options -> ValueTuple<string, AdaptiveExpressions.Expression, string>
Public Shared Function TryAccumulatePath (expression As Expression, state As IMemory, options As Options) As ValueTuple(Of String, Expression, String)

Parameters

expression
Expression

expression.

state
IMemory

scope.

options
Options

Options used in evaluation.

Returns

return the accumulated path and the expression left unable to accumulate.

Applies to