Test additional content header

IExpressionBody Property

Body of the expression or operation.

Definition

Namespace: Fluent.Calculations.Primitives.Expressions
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
string Body { get; }

Property Value

String
Expression body

Remarks

Exact body of expression will contain language operators and variable names used in original code.

See Also