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
from
Node<TNodeValue, TEdgeLabel>The node that is the source of the edge.
edge
Edge<TNodeValue, TEdgeLabel>The outgoing edge to remove from the directed graph.