DependencyOrdering - класс

Иерархия наследования
Object
  Orchard.UtilityDependencyOrdering

Пространство имён:  Orchard.Utility
Сборка:  EleWise.ELMA.SDK.Web (в EleWise.ELMA.SDK.Web.dll) Версия: 1.0.0.0
Синтаксис
C#
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.
В начало страницы
См. также