Summary
    Initializes a new instance of the 
		ConstraintExpression 
    class passing in a ConstraintBuilder, which may be pre-populated.
    - Namespace
 - TCLite
.Constraints  - Containing Type
 - ConstraintExpression
 
Syntax
public ConstraintExpression(ConstraintBuilder builder)
	Parameters
| Name | Type | Description | 
|---|---|---|
| builder | ConstraintBuilder | The builder. | 
Return Value
| Type | Description | 
|---|---|
| void | 
