parent | The newly instantiated node will be added as a child of this parent node. You may specify null here, only if a root node does not already exist. |
data | This is the data that will be stored in the new node. |
newNode | If the Child was successfully added to the parent node, this value will contain the newly added node. |
References SerializableTreeBase< T >.Node.openForInspection, and SerializableTreeBase< T >.root.