Overload List
Name | Description | |
---|---|---|
IndexOfSlice(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!
| |
IndexOfSlice(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!
|
See Also