Test additional content header

ExpressionNodeArguments Property

Links the result with the arguments of the expression.

Definition

Namespace: Fluent.Calculations.Primitives.Expressions
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public virtual IArguments Arguments { get; }

Property Value

IArguments
List of arguments of the expression.

Implements

IExpressionArguments

Remarks

Arguments can be results of other Evaluaitons. In case of Constants and Input parameters this array will be empty.

See Also