Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Expression
Node
Arguments 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
C#
Copy
View Source
public
virtual
IArguments
Arguments
{
get
; }
Property Value
IArguments
List of arguments of the expression.
Implements
IExpression
Arguments
Remarks
Arguments can be results of other Evaluaitons. In case of Constants and Input parameters this array will be empty.
See Also
Reference
ExpressionNode Class
Fluent.Calculations.Primitives.Expressions Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also