Method
IdeTreeNodeappend
since: 3.32
Description
Appends child
as a child of self
at the last position.
This operation is O(1).
Available since: 3.32
Parameters
child
-
Type:
IdeTreeNode
A
IdeTreeNode
.The data is owned by the caller of the function.