[]
Adds some items of specified collection to the end of the collection.
public void AddRange(ListItem[] items)
Public Sub AddRange(items As ListItem())
Type | Name | Description |
---|---|---|
ListItem[] | items | A specified collection added into the collection. |
Add some texts of specified collection to the end of the collection.
public void AddRange(string[] texts)
Public Sub AddRange(texts As String())
Type | Name | Description |
---|---|---|
string[] | texts | A specified collection add into the collection. |