OrderedBag<(Of <(<'T>)>)>..::..LastIndexOf Method
Get the index of the given item in the sorted order. The smallest item has index 0,
the next smallest item has index 1, and the largest item has index Count-1. If multiple
equal items exist, the largest index of the equal items is returned.
Namespace:
Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
Parameters
- item
- Type: T
The item to get the index of.