ReadOnlyListBase<(Of <(<'T>)>)>..::..FindIndex Method (Int32, Predicate<(Of <(<'T>)>)>)
Finds the index of the first item, in the range of items extending from index to the end, that satisfies the condition
defined by predicate. If no item matches the condition, -1 is returned.
Namespace:
Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
Parameters
- index
- Type: Int32
The starting index of the range to check.