Removes all System.Web.UI.WebControls.ListItem objects from the collection.
Use the ListItemCollection.Clear method to remove all System.Web.UI.WebControls.ListItem objects. The ListItemCollection.Count property is also set to 0.
When you use this method, all System.Web.UI.WebControls.ListItem objects are removed from the collection. You cannot undo this.