EnumerableExtensions.Flatten Method
Name | Parameters | Description |
---|---|---|
Flatten |
source, get |
Converts a hierarchical data structure into a flat collection. This method traverses the hierarchy defined by the get function. The function accepts all hierarchy items and returns nested items as a flat collection.
|
Flatten |
source, get |
Converts a hierarchical data structure into a flat collection. This method traverses the hierarchy defined by the get function. The function accepts an item in the hierarchy and the hierarchy level, and returns nested items.
|