The members of NUnit.Framework.Constraints.ConstraintOperator are listed below.
See Also: Inherited members from System.Object
Protected Constructors
| | Documentation for this section has not yet been entered. |
Protected Fields
| left_precedence | int.
The precedence value used when the operator
is about to be pushed to the stack.
|
| right_precedence | int.
The precedence value used when the operator
is on the top of the stack.
|
Public Properties
Public Methods
abstract | 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.
|