Sequence T  LastIndexOf Method A Sandcastle Documented Class Library
Overload List
  NameDescription
Public methodLastIndexOf(T)
Finds the index of the last occurrence of some value in this sequence. If this sequence represents an infinite set or series, this will never return!
Public methodLastIndexOf(T, Int32)
Finds the index of the last occurrence of some value in this sequence, before or at some end index. If this sequence represents an infinite set or series, this will never return!
Public methodLastIndexOf(T, Int32, Int32)
Finds the index of the last occurrence of some value in this sequence, 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