Click or drag to resize

InterleaveExtension Class

Interleave extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsInterleaveExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntax
public static class InterleaveExtension

The InterleaveExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberInterleaveT
Interleaves the elements of two or more sequences into a single sequence, skipping sequences as they are consumed
Top
See Also