Summary
Yields a flat sequence of elements.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Foundation - Containing Type
- Iterators
Syntax
public static IEnumerator Flatten(IEnumerator iterator)
Remarks
Yields a flat sequence of elements. Any
System.Collections.IEnumerable
or
System.Collections.IEnumerator
found in the original sequence is recursively flattened.
Parameters
| Name | Type | Description |
|---|---|---|
| iterator | IEnumerator | original sequence |
Return Value
| Type | Description |
|---|---|
| IEnumerator |