Click or drag to resize

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.4.0.0 (1.4.19.0529)
Syntax
public List<SubGraphView<TVertex, TEdge>> FoundDisconnectedGraphs { get; }

Property Value

Type: ListSubGraphViewTVertex, TEdge
See Also