◆ AddChildren()

bool AddChildren ( Node  parent,
T[]  data 
)
Parameters
parentThe newly instantiated nodes will be siblings, added as children of this parent node.
dataThis is the array data that will be stored in the new nodes.
Returns
This function will fail, and return false, if the provided parent, or data array is null. Otherwise returns true.

References SerializableTreeBase< T >.Node.children.