Summary
    Validate the actual value argument based on what the
    particular constraint allows.virtual The default 
    implementation does nothing, implying that the constraint
    can handle any Type as well as null values.
    
		- Namespace
 - TCLite
.Constraints  - Containing Type
 - IConstraint
 
Syntax
void ValidateActualValue(object actual)
	Parameters
| Name | Type | Description | 
|---|---|---|
| actual | object | 
Return Value
| Type | Description | 
|---|---|
| void | 
