Méthode | Description | |
---|---|---|
CollectionTally ( |
Construct a CollectionTally object from a comparer and a collection
|
|
TryRemove ( IEnumerable c ) : bool |
Try to remove a set of objects from the tally
|
|
TryRemove ( object o ) : bool |
Try to remove an object from the tally
|
Méthode | Description | |
---|---|---|
ItemsEqual ( object expected, object actual ) : bool |
public CollectionTally ( |
||
comparer | ||
c | IEnumerable | |
Résultat | System.Collections |
public TryRemove ( IEnumerable c ) : bool | ||
c | IEnumerable | The objects to remove |
Résultat | bool |
public TryRemove ( object o ) : bool | ||
o | object | The object to remove |
Résultat | bool |