Method Remove
Remove(Node<TNodeValue, TEdgeLabel>)
Removes the specified node from the directed graph.
public bool Remove(Node<TNodeValue, TEdgeLabel> node)
Parameters
node
Node<TNodeValue, TEdgeLabel>The node to remove from the directed graph.