DisconnectedGraphsFinderTVertex, TEdgeFoundDisconnectedGraphs Property  | 
 
            Gets the disconnected graphs found;
            
 
    Namespace: 
   SD.Tools.Algorithmia.Graphs.Algorithms
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.5.0 (1.3.18.1017)
Syntaxpublic List<SubGraphView<TVertex, TEdge>> FoundDisconnectedGraphs { get; }Public ReadOnly Property FoundDisconnectedGraphs As List(Of SubGraphView(Of TVertex, TEdge))
	Get
Property Value
Type: 
ListSubGraphViewTVertex, 
TEdge
See Also