Sequence T  LastIndexWhere Method A Sandcastle Documented Class Library
Overload List
  NameDescription
Public methodLastIndexWhere(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!
Public methodLastIndexWhere(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!
Public methodLastIndexWhere(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!
Top
See Also