◆ Node()

Node ( Node  parent,
data 
)
Parameters
parentThe newly instantiated node will be added as a child of this parent node. Passing null indicates the creation of the tree's root node.
dataThis is the data, an object of type T, that will be stored in the new node.

References SerializableTreeBase< T >.Node.children, SerializableTreeBase< T >.Node.dataValue, SerializableTreeBase< T >.Node.openForInspection, SerializableTreeBase< T >.Node.parent, and SerializableTreeBase< T >.Node.SetParent().

+ Here is the call graph for this function: