Click or drag to resize

ArrayExtensionsIndexOfSequence Method

Overload List
  Name Description
Public Extension Method IndexOfSequenceT(T, T) Searches for the specified sequenceToFind and returns the index of the first occurrence within the array.
Public Extension Method IndexOfSequenceT(T, T, Int32) Searches for the specified sequenceToFind and returns the index of the first occurrence within the range of elements in the array that starts at the specified index.
Public Extension Method IndexOfSequenceT(T, T, Int32, Int32) Searches for the specified sequenceToFind and returns the index of the first occurrence within the range of elements in the array that starts at the specified index and contains the specified number of elements.
Top
See Also