IValueExpression Property
Metadata of expression that yielded this value.
Namespace: Fluent.Calculations.Primitives.BaseTypesAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
[JsonPropertyNameAttribute("Expression")]
IExpression Expression { get; }
Property Value
IExpressionExpression metadata.
Entire calculation tree can be discovered by visiting this property starting from final result instance.