BinaryOperationExpression constructor
BinaryOperationExpression(
- BinaryOperator operator,
- Expression left,
- Expression right
Implementation
new(this.operator, this.left, this.right) : allowsSlash = false;