[]
Creates a new expression with a binary operator applied to a pair of operands.
public BinaryOperatorExpression(BinaryOperatorInfo oper, Expression arg0, Expression arg1)
Public Sub New(oper As BinaryOperatorInfo, arg0 As Expression, arg1 As Expression)
Type | Name | Description |
---|---|---|
BinaryOperatorInfo | oper | Operator |
Expression | arg0 | Left-side operand |
Expression | arg1 | Right-side operand |
Type | Condition |
---|---|
ArgumentNullException | oper or arg0 or arg1 is a null reference (Nothing in Visual Basic) |