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