TopologicalSorterTVertex, TEdgeSortResults Property  | 
 
            Gets or sets the sort results. This is one possible correct topological order of the graph passed into the constructor. Topological sorting doesn't guarantee
            that there is just 1 ordering, there can be many correct orderings. 
            
 
    Namespace: 
   SD.Tools.Algorithmia.Graphs.Algorithms
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntaxpublic List<TVertex> SortResults { get; }Public ReadOnly Property SortResults As List(Of TVertex)
	Get
Property Value
Type: 
ListTVertex
See Also