|
Name |
Description |
|
IndexOfSequenceT(T, T)
|
Searches for the specified sequenceToFind and returns the index of the first occurrence within the array.
|
|
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.
|
|
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.
|