ISequence T  IndexOfSlice Method A Sandcastle Documented Class Library
Overload List
  NameDescription
Public methodIndexOfSlice(IEnumerable T )
Finds the index of the first occurrence of a given sequence as a slice. If this sequence represents an infinite set or series and doesn't contain slice, this will never return!
Public methodIndexOfSlice(IEnumerable T , Int32)
Finds the index after or at a given start index of the first occurrence of a given sequence as a slice. If this sequence represents an infinite set or series and doesn't contain slice, this will never return!
Top
See Also