Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Expression
Node
Type
None Field
Represents a standalone value or a default state not related to any EvaluationScope.
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
None
= "None"
Field Value
String
Remarks
Should not be encountered in typical use cases, should be considered equivalent to not initialized variable.
See Also
Reference
ExpressionNodeType Class
Fluent.Calculations.Primitives.Expressions Namespace
In This Article
Definition
Remarks
See Also