ProjectFoldersSortItemsByDependencies Method |
Sorts the project items by dependencies. On return, the item with which has no dependencies is located at the beginning of the list. The item with the most dependencies on other items in the list is the last item in the list.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void SortItemsByDependencies(
List<IProjectItem> list
)
Parameters
- list ListIProjectItem
- The list to sort.
See Also