CollectionTally.

TryRemove(IEnumerable) Method

Summary

Try to remove a set of objects from the tally.
Namespace
TCLite.Constraints
Containing Type
CollectionTally

Syntax

public void TryRemove(IEnumerable c)

Parameters

Name Type Description
c IEnumerable The objects to remove.

Return Value

Type Description
void