DependencyOrdering - класс |
Пространство имён: Orchard.Utility
public static class DependencyOrdering
Тип DependencyOrdering предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| OrderByDependenciesAndPrioritiesT |
Sort a collection of elements "by dependency order". By passing a lambda which determines if an element
is a dependency of another, this algorithm will return the collection of elements sorted
so that a given element in the sequence doesn't depend on any other element further in the sequence.
|