| bool AddChildren | ( | Node | parent, |
| T[] | data | ||
| ) |
| parent | The newly instantiated nodes will be siblings, added as children of this parent node. |
| data | This is the array data that will be stored in the new nodes. |
References SerializableTreeBase< T >.Node.children.