Summary
    Appends the specified constraint to the expresson by pushing
    it on the constraint stack.
    
		- Namespace
 - TCLite
.Constraints  - Containing Type
 - ConstraintBuilder
 
Syntax
public Constraint Append(Constraint constraint)
	Parameters
| Name | Type | Description | 
|---|---|---|
| constraint | Constraint | The constraint to push. | 
Return Value
| Type | Description | 
|---|---|
| Constraint | 
