Constructor Node
Node(TNodeValue)
Initializes a new instance of the Node<TNodeValue, TEdgeLabel> class with
the specified value
.
public Node(TNodeValue value)
Parameters
value
TNodeValueThe value of the node label.
Initializes a new instance of the Node<TNodeValue, TEdgeLabel> class with
the specified value
.
public Node(TNodeValue value)
value
TNodeValueThe value of the node label.