Summary
    Construct an ExactTypeConstraint for a given Type
    
		- Namespace
 - TCLite
.Constraints  - Containing Type
 - ExactTypeConstraint
 
Syntax
public ExactTypeConstraint(Type type)
	Parameters
| Name | Type | Description | 
|---|---|---|
| type | Type | The expected Type. | 
Return Value
| Type | Description | 
|---|---|
| void | 
