[]
Represents an expression with a binary operator applied to a pair of operands as the expression.
public class BinaryOperatorExpression : Expression
Public Class BinaryOperatorExpression
Inherits Expression
Name | Description |
---|---|
BinaryOperatorExpression(BinaryOperatorInfo, Expression, Expression) | 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. |