Summary
OperatorStack is a type-safe stack for holding ConstraintOperators
- Namespace
- TCLite
.Constraints - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ConstraintBuilder.OperatorStack"]
class Type type-node
Syntax
public class ConstraintBuilder.OperatorStack
Constructors
| Name | Summary |
|---|---|
| OperatorStack |
Initializes a new instance of the OperatorStack class.
|
Properties
Methods
| Name | Value | Summary |
|---|---|---|
| Pop |
ConstraintOperator |
Pops the topmost operator from the stack.
|
| Push |
void |
Pushes the specified operator onto the stack.
|
