Summary
    Apply the item constraint to each item in the collection,
    succeeding if any item succeeds.
    
		- Namespace
 - TCLite
.Constraints  - Containing Type
 - SomeItemsConstraint
 
Syntax
protected override ConstraintResult ApplyConstraint<TActual>(TActual actual)
	Type Parameters
| Name | Description | 
|---|---|
| TActual | 
Parameters
| Name | Type | Description | 
|---|---|---|
| actual | TActual | 
Return Value
| Type | Description | 
|---|---|
| ConstraintResult | 
