Summary
Construct a CollectionTally object from a comparer and a collection.
- Namespace
- TCLite
.Constraints - Containing Type
- CollectionTally
Syntax
public CollectionTally(TCLiteEqualityComparer comparer, IEnumerable c)
Parameters
Name | Type | Description |
---|---|---|
comparer | T |
The comparer to use for equality. |
c | IEnumerable | The expected collection to compare against. |
Return Value
Type | Description |
---|---|
void |