DisconnectedGraphsFinderTVertex, TEdgeFoundDisconnectedGraphs Property |
Gets the disconnected graphs found;
Namespace: SD.Tools.Algorithmia.Graphs.AlgorithmsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax public List<SubGraphView<TVertex, TEdge>> FoundDisconnectedGraphs { get; }
Public ReadOnly Property FoundDisconnectedGraphs As List(Of SubGraphView(Of TVertex, TEdge))
Get
Property Value
Type:
ListSubGraphViewTVertex,
TEdgeSee Also