The properties of the CodeBinaryOperatorExpression class are listed below. For a complete list of CodeBinaryOperatorExpression class members, see the CodeBinaryOperatorExpression Members topic.
Left | Gets or sets the code expression on the left of the operator. |
Operator | Gets or sets the operator in the binary operator expression. |
Right | Gets or sets the code expression on the right of the operator. |
CodeBinaryOperatorExpression Class | System.CodeDOM Namespace