Method
IdeTreeNoderemove
since: 3.32
Description
Removes the child node child
from self
. self
must be the parent of child
.
This function is O(1).
Available since: 3.32
Parameters
child
-
Type:
IdeTreeNode
A
IdeTreeNode
.The data is owned by the caller of the function.