Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 697 Bytes

SuperLinq.SuperEnumerable.Partition.md

File metadata and controls

13 lines (12 loc) · 697 Bytes

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

The following code example demonstrates how to partition a sequence using Partition. [!code-csharp]


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

The following code example demonstrates how to partition a sequence using Partition. [!code-csharp]