Method RemoveEdge
RemoveEdge(Node<TNodeValue, TEdgeLabel>, Edge<TNodeValue, TEdgeLabel>)
Removes the specified edge from the directed graph.
public bool RemoveEdge(Node<TNodeValue, TEdgeLabel> from, Edge<TNodeValue, TEdgeLabel> edge)
Parameters
fromNode<TNodeValue, TEdgeLabel>The node that is the source of the edge.
edgeEdge<TNodeValue, TEdgeLabel>The outgoing edge to remove from the directed graph.