| GraphBaseTVertex, TEdgeRemove Method (GraphBaseTVertex, TEdge) | 
 
            Removes all elements (i.e. vertices and edges) of the provided graph from 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 Remove(
	GraphBase<TVertex, TEdge> graph
)
Public Sub Remove ( 
	graph As GraphBase(Of TVertex, TEdge)
)
Parameters
- graph
 - Type: SD.Tools.Algorithmia.GraphsGraphBaseTVertex, TEdge
The graph to remove all elements (i.e. vertices and edges) of from this graph. 
See Also