Click or drag to resize
GraphBaseTVertex, TEdgeAdd Method (GraphBaseTVertex, TEdge)
Adds all elements (i.e. vertices and edges) from the provided graph to this graph.

Namespace:  SD.Tools.Algorithmia.Graphs
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public void Add(
	GraphBase<TVertex, TEdge> graph
)

Parameters

graph
Type: SD.Tools.Algorithmia.GraphsGraphBaseTVertex, TEdge
The graph to add all elements (i.e. vertices and edges) from to this graph.
See Also