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
target
Node<TNodeValue, TEdgeLabel>The target node of the edge.
label
TEdgeLabelThe label value of the edge.