Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
IExpression
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
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
Reference
IExpression Interface
Fluent.Calculations.Primitives.Expressions Namespace
In This Article
Definition
Remarks
See Also