Summary
Topographicals the sort.
- Assembly
- Rocket
.Surgery .Extensions .dll - Namespace
- Rocket
.Surgery .Extensions - Containing Type
- Topographical
Sort Extensions
Syntax
public static IEnumerable<T> TopographicalSort<T>(this IEnumerable<T> source, Func<T, IEnumerable<T>> dependencies)
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
source | IEnumerable |
The source. |
dependencies | Func |
The dependencies. |
Return Value
Type | Description |
---|---|
IEnumerable |