Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 549 Bytes

SuperLinq.SuperEnumerable.Subsets.md

File metadata and controls

13 lines (12 loc) · 549 Bytes

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

The following code example demonstrates how to get all subsets of a sequence using Subsets. [!code-csharp]


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

The following code example demonstrates how get all subsets of a particular length using Subsets. [!code-csharp]