Algorithms..::..FindFirstIndexWhere<(Of <(<'T>)>)> Method
Finds the index of the first item in a list that satisfies the condition
defined by predicate.
Namespace:
Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
Type Parameters
- T
Parameters
- list
- Type: IList<(Of <(<'T>)>)>
The list to search.
- predicate
- Type: Predicate<(Of <(<'T>)>)>
A delegate that defined the condition to check for.