◆ GetChild()

Node GetChild ( int  childIndex)
Parameters
childIndexIndex that specifies which child of this node to return.
Returns
The specified child node is returned. If the index refers to a non-existent child, null is returned.

References SerializableTreeBase< T >.Node.children.

Referenced by SerializableTreeBase< T >.Node.GetAllDecendantsList(), and SerializableTreeBase< T >.Node.GetAllLeavesList().

+ Here is the caller graph for this function: