Property Target
Target
Gets the node that is the target of the edge.
public Node<TNodeValue, TEdgeLabel> Target { get; }
Property Value
- Node<TNodeValue, TEdgeLabel>
Gets the node that is the target of the edge.
public Node<TNodeValue, TEdgeLabel> Target { get; }