Constructor Edge
Edge(Node<TNodeValue, TEdgeLabel>, TEdgeLabel)
Initializes a new instance of the Edge<TNodeValue, TEdgeLabel> class with the specified target node and label.
public Edge(Node<TNodeValue, TEdgeLabel> target, TEdgeLabel label)
Parameters
targetNode<TNodeValue, TEdgeLabel>The target node of the edge.
labelTEdgeLabelThe label value of the edge.