Click or drag to resize
GraphBaseTVertex, TEdgeAdd 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(GraphBaseTVertex, TEdge)
Adds all elements (i.e. vertices and edges) from the provided graph to this graph.
Top
See Also