Constructor DependencyGraph
DependencyGraph()
Initializes an empty dependency graph.
Declaration
public DependencyGraph()
DependencyGraph(Graph<AssetNode>)
Initializes the graph from an existing Graph<T>.
Declaration
public DependencyGraph(Graph<AssetNode> graph)
Parameters
| Type | Name | Description |
|---|---|---|
| Graph<AssetNode> | graph | Source graph to copy. |