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