Method AddEdge
AddEdge(IEdge)
Adds an edge to the graph.
public virtual void AddEdge(IEdge e)
Parameters
eIEdgeThe edge to add.
Exceptions
- ArgumentException
Thrown when the edge would introduce a recursive connection or when its ID collides with an existing graph element.