Method | Description | |
---|---|---|
BinaryOperatorExpression ( BinaryExpressionOperator operatorType, IConditionExpression left, IConditionExpression right ) : System.Threading |
Creates a new operator expression.
|
|
ToString ( ) : string |
Gets the string representation of this expression.
|
public BinaryOperatorExpression ( BinaryExpressionOperator operatorType, IConditionExpression left, IConditionExpression right ) : System.Threading | ||
operatorType | BinaryExpressionOperator | Type of the operator. |
left | IConditionExpression | The left expression. |
right | IConditionExpression | The right expression. |
return | System.Threading |