Table of Contents

Constructor Node

Namespace
Bonsai.Dag
Assembly
Bonsai.Core.dll

Node(TNodeValue)

Initializes a new instance of the Node<TNodeValue, TEdgeLabel> class with the specified value.

public Node(TNodeValue value)

Parameters

value TNodeValue

The value of the node label.