Appends the specified System.Web.UI.WebControls.ListItem to the end of the collection.
- item
- The System.Web.UI.WebControls.ListItem to append to the collection.
Use the ListItemCollection.Add(string) method to append a System.Web.UI.WebControls.ListItem to the end of the collection. This implementation of the method takes the System.Web.UI.WebControls.ListItem specified by the item parameter and appends it to the collection.