[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
IndicesOf<(Of <T>)>(IList<(Of <T>)>, T) |
Enumerates the indices of all the items in a list equal to a given item.
| |
IndicesOf<(Of <T>)>(IList<(Of <T>)>, T, IEqualityComparer<(Of <T>)>) |
Enumerates the indices of all the items in a list equal to a given item. A passed
IEqualityComparer is used to determine equality.
|