RootDetectorTVertex, TEdgeRootsFound Property |
Gets the roots 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 HashSet<TVertex> RootsFound { get; }
Public ReadOnly Property RootsFound As HashSet(Of TVertex)
Get
Property Value
Type:
HashSetTVertexSee Also