Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Expression
Node
Type
Collection Field
Represents a creation of an immuatable collection of values of same type.
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
const
string
Collection
= "Collection"
Field Value
String
Remarks
Collection might be a result of a function handling collections, hard-coded collection of constants or an input parameter of a calculation.
See Also
Reference
ExpressionNodeType Class
Fluent.Calculations.Primitives.Expressions Namespace
In This Article
Definition
Remarks
See Also