The BinaryExpression type exposes the following members.

Properties

  NameDescription
Public propertyLeft
The expression on the left side of the operation.
Public propertyNegate
A flag indicating whether this expression should be set to its logical opposite.
Public propertyOperation
The binary operation type.
Public propertyRight
The expression on the right side of the operation.

See Also