method Items.Clear ()
Removes all objects in a collection.

TypeDescription
The Clear method clears all child items. The Remove method removes the current item, and all its child. The Remove method removes a specified child item. Also, the ToString property can add/remove items. Also, the Count property on 0, removes all child items.