DisconnectedGraphsFinderTVertex, TEdge Constructor  | 
  
    Namespace: 
   SD.Tools.Algorithmia.Graphs.Algorithms
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.5.0 (1.3.18.1017)
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