OperatorStack is a type-safe stack for holding ConstraintOperators
More...
OperatorStack is a type-safe stack for holding ConstraintOperators
NUnit.Framework.Constraints.ConstraintBuilder.OperatorStack.OperatorStack |
( |
ConstraintBuilder |
builder | ) |
|
|
inline |
Initializes a new instance of the OperatorStack class.
- Parameters
-
void NUnit.Framework.Constraints.ConstraintBuilder.OperatorStack.Push |
( |
ConstraintOperator |
op | ) |
|
|
inline |
Pushes the specified operator onto the stack.
- Parameters
-
op | The operator to put onto the stack. |
Pops the topmost operator from the stack.
- Returns
- The topmost operator on the stack
bool NUnit.Framework.Constraints.ConstraintBuilder.OperatorStack.Empty |
|
get |
Gets a value indicating whether this OperatorStack is empty.
true
if empty; otherwise, false
.
Gets the topmost operator without modifying the stack.
The documentation for this class was generated from the following file: