IAnalysisModelReferenceSorterSort Method |
[This is preliminary documentation and is subject to change.]
Sort the provided list of objects, based on their dependency score. Items with the least amount of dependencies will appear at the top of the list.
Namespace:
ModelExchanger.AnalysisDataModel.Contracts
Assembly:
ModelExchanger.AnalysisDataModel.Contracts (in ModelExchanger.AnalysisDataModel.Contracts.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax IReadOnlyCollection<IAnalysisObject> Sort(
IReadOnlyCollection<IAnalysisObject> objects
)
Parameters
- objects
- Type: System.Collections.GenericIReadOnlyCollectionIAnalysisObject
The list of objects to sort
Return Value
Type:
IReadOnlyCollectionIAnalysisObjectSee Also