Test additional content header

IExpressionArguments 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
IArguments Arguments { get; }

Property Value

IArguments
List of arguments of the expression.

Remarks

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

See Also