Overload List
Name | Description | |
---|---|---|
IndexWhere(Func T, Boolean ) |
Finds the index of the first element satisfying some predicate.
If this sequence represents an infinite set or series and no element satisfies the predicate, this will never return!
| |
IndexWhere(Func T, Boolean , Int32) |
Finds the index of the first element satisfying some predicate after or at some start index.
If this sequence represents an infinite set or series and no element satisfies the predicate, this will never return!
| |
IndexWhere(Func T, Boolean , Int32, Int32) |
Finds the index of the first element satisfying some predicate after or at some start index and within the range specified by count.
|
See Also