| DisconnectedGraphsFinderTVertex, TEdge Constructor  | 
 
Namespace: SD.Tools.Algorithmia.Graphs.AlgorithmsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntaxpublic DisconnectedGraphsFinder(
	Func<SubGraphView<TVertex, TEdge>> subGraphViewCreatorFunc,
	GraphBase<TVertex, TEdge> toCrawl
)
Public Sub New ( 
	subGraphViewCreatorFunc As Func(Of SubGraphView(Of TVertex, TEdge)),
	toCrawl As GraphBase(Of TVertex, TEdge)
)
Parameters
- subGraphViewCreatorFunc
 - Type: SystemFuncSubGraphViewTVertex, TEdge
The sub graph view creator func, used to create new subgraphview instances. - toCrawl
 - Type: SD.Tools.Algorithmia.GraphsGraphBaseTVertex, TEdge
the graph to crawl 
See Also