Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Expression
Node
Type
Lambda Field
Represents a lambda expression evaluation by Evaluate method of 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
Lambda
= "Lambda"
Field Value
String
Remarks
This type can only be a result of Evaluate() method.
See Also
Reference
ExpressionNodeType Class
Fluent.Calculations.Primitives.Expressions Namespace
In This Article
Definition
Remarks
See Also