Click or drag to resize

RootDetector<TVertex, TEdge>.RootsFound Property

Gets the roots 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 HashSet<TVertex> RootsFound { get; }

Property Value

Type: HashSet<TVertex>
See Also