Working with Trees > Classes > TreeNodes > TreeNodes.clear
clear ();
The clear method removes all nodes from the collection.
The example of method use is identical to the example given for the List.clear.
See also:
TreeNodes