Summary
Pushes the specified constraint. As a side effect,
the constraint's builder field is set to the
ConstraintBuilder owning this stack.
- Namespace
- TCLite
.Constraints - Containing Type
- ConstraintBuilder
.ConstraintStack
Syntax
public void Push(IConstraint constraint)
Parameters
| Name | Type | Description |
|---|---|---|
| constraint | IConstraint | The constraint. |
Return Value
| Type | Description |
|---|---|
| void |
