Click or drag to resize
BinaryExpression Properties

The BinaryExpression type exposes the following members.

Properties
  NameDescription
Public propertyCodeType
Gets a value indicating the type of expression.
(Overrides ExpressionCodeType.)
Public propertyLeft
Gets the left expression.
Public propertyOperator
Gets the binary operator.
Public propertyRight
Gets the right expression
Top
See Also