Name | Description | |
---|---|---|
![]() | BinaryOperatorExpression Constructor | Creates a new expression with a binary operator applied to a pair of operands. |
The following tables list the members exposed by BinaryOperatorExpression.
Name | Description | |
---|---|---|
![]() | BinaryOperatorExpression Constructor | Creates a new expression with a binary operator applied to a pair of operands. |
Name | Description | |
---|---|---|
![]() | Arg0 | Gets the left-side operand for the expression. |
![]() | Arg1 | Gets the right-side operand for the expression. |
![]() | Operator | Gets the operator for the expression. |