Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 932 Bytes

SuperLinq.SuperEnumerable.Flatten.md

File metadata and controls

20 lines (18 loc) · 932 Bytes

uid: SuperLinq.SuperEnumerable.Flatten(System.Collections.IEnumerable) example: [*content]

The following code example demonstrates how to flatten hierarchical sequences into a flat sequences using Flatten. [!code-csharp]


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

The following code example demonstrates how to flatten hierarchical sequences into a flat sequences using Flatten. [!code-csharp]


uid: SuperLinq.SuperEnumerable.Flatten(System.Collections.IEnumerable,System.Func{System.Object,System.Collections.IEnumerable}) example: [*content]

The following code example demonstrates how to flatten hierarchical sequences into a flat sequences using Flatten. [!code-csharp]