Summary
    Initializes a new instance of the 
		LessThanConstraint class.
    - Namespace
 - TCLite
.Constraints  - Containing Type
 - LessThanConstraint
<TExpected>  
Syntax
public LessThanConstraint(TExpected expected)
	Parameters
| Name | Type | Description | 
|---|---|---|
| expected | TExpected | The expected value. | 
Return Value
| Type | Description | 
|---|---|
| void | 
