Methods
| Name | Description | |
|---|---|---|
| Add | Adds a tree node. | |
| Clear | Clears the nodes from the list. | |
| Contains | Test is the list contains a specific tree node. | |
| Get | Gets the node at the specified index. | |
| GetCount | Gets the number of tree nodes. | |
| IndexOf | Gets the index of a tree node in the list. | |
| Remove | Removes a tree node from the list. | |
| RemoveAt | Removes a tree node at the specified index. |