Empties the System.Web.UI.WebControls.TreeNodeCollection object.
Use the TreeNodeCollection.Clear method to remove every System.Web.UI.WebControls.TreeNode object from the System.Web.UI.WebControls.TreeNodeCollection.
To remove an individual node from the collection, use the TreeNodeCollection.Remove(TreeNode) or TreeNodeCollection.RemoveAt(int) method.