ListBase<(Of <(<'T>)>)>..::..IndexOf Method (T, Int32, Int32)
Finds the index of the first item, in the range of count items starting from 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 starting index of the range to check.
- count
- Type: Int32
The number of items in range to check.