BinaryOperator Fields
A logical expression which consists of a BinaryOperatorType operation between two operands.
Name | Description |
---|---|
Left |
The left operand. |
Operator |
Gets the type of the binary operator. |
Right |
The right operand. |
See Also