Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Value
Expression Property
Metadata of expression that yielded this value.
Definition
Namespace:
Fluent.Calculations.Primitives.BaseTypes
Assembly:
Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
C#
Copy
View Source
public
IExpression
Expression
{
get
;
init
; }
Property Value
IExpression
Expression metadata.
Implements
IValue
Expression
Remarks
Entire calculation tree can be discovered by visiting this property starting from final result instance.
See Also
Reference
Value Class
Fluent.Calculations.Primitives.BaseTypes Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also