| 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.2.0.0 (1.2.16.0406)
Syntaxpublic void Add(
	GraphBase<TVertex, TEdge> graph
)
Public Sub Add ( 
	graph As GraphBase(Of TVertex, TEdge)
)
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