Click or drag to resize

GraphBase<TVertex, TEdge>.Add Method

Overload List
  NameDescription
Public methodAdd(TEdge)
Adds the provided edge to this graph. If the vertex(s) are not yet in this graph, it/they are added as well.
Public methodAdd(TVertex)
Adds the provided vertex to this graph.
Public methodAdd(GraphBase<TVertex, TEdge>)
Adds all elements (i.e. vertices and edges) from the provided graph to this graph.
Top
See Also