GraphBaseTVertex, TEdgeRemove Method | 
| Name | Description | |
|---|---|---|
| Remove(TEdge) | 
            Removes the provided edge from the graph.
              | |
| Remove(TVertex) | 
            Removes a vertex from this graph.
              | |
| Remove(GraphBaseTVertex, TEdge) | 
            Removes all elements (i.e. vertices and edges) of the provided graph from this graph.
              | |
| Remove(GraphBaseTVertex, TEdge, Boolean) | 
            Removes all elements (i.e. vertices and/or edges) of the provided graph from this graph.
              |