| GraphBaseTVertex, TEdgeGetOrphanedVertices Method  | 
            Gets the orphaned vertices. Orphaned vertices are vertices which are not part of any edge in the graph
            
 
Namespace: SD.Tools.Algorithmia.GraphsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntaxpublic HashSet<TVertex> GetOrphanedVertices()
Public Function GetOrphanedVertices As HashSet(Of TVertex)
Return Value
Type: 
HashSetTVertexSet of vertices which aren't part of any edge in the graph
See Also