IEnumerableExtensionsRemoveSequence Method

Overload List

RemoveSequenceT(IEnumerableT, IEnumerableT) Searches for the specified pattern of elements in the source IEnumerableT and removes any occurrences.
RemoveSequenceT(IEnumerableT, IEnumerableT, Int32) Searches for the specified pattern of elements in the source IEnumerableT and removes any occurrences.
RemoveSequenceT(IEnumerableT, IEnumerableT, Int32, Int32) Searches for the specified pattern of elements in the source IEnumerableT and removes any occurrences.

See Also