Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
IExpression
Body 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
C#
Copy
View Source
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
Reference
IExpression Interface
Fluent.Calculations.Primitives.Expressions Namespace
In This Article
Definition
Remarks
See Also