Constructor OperatorExpression
- Namespace
- RuleWright.Core
- Assembly
- RuleWright.Core.dll
OperatorExpression(ExpressionOperator, IEnumerable<ValueExpression>)
Creates an operator value expression.
public OperatorExpression(ExpressionOperator @operator, IEnumerable<ValueExpression> operands)
Parameters
operatorExpressionOperatorThe operator to apply.
operandsIEnumerable<ValueExpression>The operand expressions, in document order.
Exceptions
- ArgumentNullException
operandsis null or contains null.- ArgumentException
operandsis empty.