| RootDetectorTVertex, TEdgeRootDetected Method  | 
            Signal the detection of a root vertex that has been visited by the crawler.
            
 
Namespace: SD.Tools.Algorithmia.Graphs.AlgorithmsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntaxprotected override void RootDetected(
	TVertex vertexVisited
)
Protected Overrides Sub RootDetected ( 
	vertexVisited As TVertex
)
Parameters
- vertexVisited
 - Type: TVertex
The detected root vertex 
RemarksOnly called in non-directed graphs, as root detection isn't possible with a DFS crawler in directed graphs without additional algorithm code
See Also