Summary
Pushes the specified operator onto the stack.
- Namespace
- TCLite
.Constraints - Containing Type
- ConstraintBuilder
.OperatorStack
Syntax
public void Push(ConstraintOperator op)
Parameters
| Name | Type | Description |
|---|---|---|
| op | ConstraintOperator | The op. |
Return Value
| Type | Description |
|---|---|
| void |
