The members of NUnit.Framework.Constraints.BinaryOperator are listed below.
See Also: Inherited members from NUnit.Framework.Constraints.ConstraintOperator
Documentation for this section has not yet been entered. |
[read-only] override | LeftPrecedence | int. Gets the left precedence of the operator |
[read-only] override | RightPrecedence | int. Gets the right precedence of the operator |
abstract | ApplyOperator(Constraint, Constraint)Abstract method that produces a constraint by applying the operator to its left and right constraint arguments. | |
override | Reduce(ConstraintBuilder.ConstraintStack)Reduce produces a constraint from the operator and any arguments. It takes the arguments from the constraint stack and pushes the resulting constraint on it. |