| AlgorithmsIndicesOfMany Method |
| Name | Description | |
|---|---|---|
| IndicesOfManyT(IListT, IEnumerableT) |
Enumerates the indices of all the items in a list equal to one of several given items.
| |
| IndicesOfManyT(IListT, IEnumerableT, IEqualityComparerT) |
Enumerates the indices of all the items in a list equal to one of several given items. A passed
IEqualityComparer is used to determine equality.
| |
| IndicesOfManyT(IListT, IEnumerableT, BinaryPredicateT) |
Enumerates the indices of all the items in a list equal to one of several given items. The passed
BinaryPredicate is used to determine if two items are "equal".
|