Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.3 KB

SuperLinq.SuperEnumerable.Window.md

File metadata and controls

27 lines (24 loc) · 1.3 KB

uid: SuperLinq.SuperEnumerable.Window1(System.Collections.Generic.IEnumerable{0},System.Int32) example: [*content]

The following code example demonstrates how to generate a sliding window over a sequence using Window. [!code-csharp]


uid: SuperLinq.SuperEnumerable.Window2(System.Collections.Generic.IEnumerable{0},System.Int32,System.Func{System.Collections.Generic.IReadOnlyList{0},1}) example: [*content]

The following code example demonstrates how to generate a sliding window over a sequence using Window. [!code-csharp]


uid: SuperLinq.SuperEnumerable.Window2(System.Collections.Generic.IEnumerable{0},0[],System.Func{System.Collections.Generic.IReadOnlyList{0},``1}) example: [*content]

The following code example demonstrates how to generate a sliding window over a sequence using Window. [!code-csharp]


uid: SuperLinq.SuperEnumerable.Window2(System.Collections.Generic.IEnumerable{0},0[],System.Int32,System.Func{System.Collections.Generic.IReadOnlyList{0},``1}) example: [*content]

The following code example demonstrates how to generate a sliding window over a sequence using Window. [!code-csharp]