parent | The newly instantiated node will be added as a child of this parent node. Passing null indicates the creation of the tree's root node. |
data | This 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().