Algorithms..::..FirstConsecutiveWhere<(Of <(<'T>)>)> Method
Finds the first occurence of count consecutive items in the
list for which a given predicate returns true.
Namespace:
Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
Type Parameters
- T
Parameters
- list
- Type: IList<(Of <(<'T>)>)>
The list to examine.
- count
- Type: Int32
The number of consecutive items to look for. The count must be at least 1.
- predicate
- Type: Predicate<(Of <(<'T>)>)>
The predicate used to test each item.