bool AddChild | ( | Node | parent, |
T | data | ||
) |
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. |
References SerializableTreeBase< T >.Node.openForInspection, and SerializableTreeBase< T >.root.