Click or drag to resize

InterleaveExtension Class

Interleave extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsInterleaveExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.1.0+ce7250fcae16725db4e3607598b1d4d8cb19957f
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