Show contents 

Working with Trees > Classes > TreeNodes > TreeNodes.clear

TreeNodes.clear

Syntax

clear ();

Description

The clear method removes all nodes from the collection.

Example

The example of method use is identical to the example given for the List.clear.

See also:

TreeNodes