IEnumerableExtensionsReplaceSequence Method

Overload List

ReplaceSequenceT(IEnumerableT, IEnumerableT, IEnumerableT) Searches for the specified pattern of elements in the source IEnumerableT and replace any occurrences with the specified replacement.
ReplaceSequenceT(IEnumerableT, IEnumerableT, IEnumerableT, Int32) Searches for the specified pattern of elements in the source IEnumerableT and replace any occurrences with the specified replacement.
ReplaceSequenceT(IEnumerableT, IEnumerableT, IEnumerableT, Int32, Int32) Searches for the specified pattern of elements in the source IEnumerableT and replace any occurrences with the specified replacement.

See Also