| BinaryExpression Properties |
The BinaryExpression type exposes the following members.
| Name | Description | |
|---|---|---|
| CodeType |
Gets a value indicating the type of expression.
(Overrides ExpressionCodeType.) | |
| Left |
Gets the left expression.
| |
| Operator |
Gets the binary operator.
| |
| Right |
Gets the right expression
|