ReadOnlyListBase<(Of <(<'T>)>)>..::..LastIndexOf Method (T, Int32)
Finds the index of the last item, in the range of items extending from the beginning
of the list to index, that is equal to item.
Namespace:
Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
Parameters
- item
- Type: T
The item to search fror.
- index
- Type: Int32
The ending index of the range to check.