InterleaveExtension Class |
Interleave extension.
Inheritance Hierarchy
Namespace:
MoreLinq.Extensions
Assembly:
MoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntax public static class InterleaveExtension
<ExtensionAttribute>
Public NotInheritable Class InterleaveExtension
[ExtensionAttribute]
public ref class InterleaveExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type InterleaveExtension = class end
The InterleaveExtension type exposes the following members.
Methods
| Name | Description |
---|
| InterleaveT |
Interleaves the elements of two or more sequences into a single sequence, skipping sequences as they are consumed
|
TopSee Also