ISequence T  IndexOf Method A Sandcastle Documented Class Library
Overload List
  NameDescription
Public methodIndexOf(T)
Finds the index of the first occurrence of some value in this sequence. If this sequence represents an infinite set or series and doesn't contain elem, this will never return!
Public methodIndexOf(T, Int32)
Finds the index of the first occurrence of some value in this sequence, after or at some start index. If this sequence represents an infinite set or series and doesn't contain elem, this will never return!
Public methodIndexOf(T, Int32, Int32)
Finds the index of the first occurrence of some value in this sequence, after or at some start index and within the range specified by count.
Top
See Also