[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
LastIndexOfMany<(Of <T>)>(IList<(Of <T>)>, IEnumerable<(Of <T>)>) |
Finds the index of the last item in a list equal to one of several given items.
| |
LastIndexOfMany<(Of <T>)>(IList<(Of <T>)>, IEnumerable<(Of <T>)>, IEqualityComparer<(Of <T>)>) |
Finds the index of the last item in a list equal to one of several given items. A passed
IEqualityComparer is used to determine equality.
| |
LastIndexOfMany<(Of <T>)>(IList<(Of <T>)>, IEnumerable<(Of <T>)>, BinaryPredicate<(Of <T>)>) |
Finds the index of the last item in a list "equal" to one of several given items. The passed
BinaryPredicate is used to determine if two items are "equal".
|