Adds the items in an array of System.Web.UI.WebControls.ListItem objects to the collection.
- items
- An array of System.Web.UI.WebControls.ListItem objects that contain the items to add to the collection.
Use the ListItemCollection.AddRange(ListItem[]) method to add the items in the array of System.Web.UI.WebControls.ListItem objects specified by the items parameter. This allows you to add multiple System.Web.UI.WebControls.ListItem objects to the collection in a single step.