Summary
    Return a new CollectionTally for use in making tests
    
		- Namespace
 - TCLite
.Constraints  - Containing Type
 - Collection
Items Equal Constraint  
Syntax
protected CollectionTally Tally(IEnumerable c)
	Parameters
| Name | Type | Description | 
|---|---|---|
| c | IEnumerable | The collection to be included in the tally | 
Return Value
| Type | Description | 
|---|---|
| CollectionTally | 
