[]
Adds a range of items of the specified collection to the end of the collection.
public void AddRange(ListItemInfo[] items)
Public Sub AddRange(items As ListItemInfo())
Type | Name | Description |
---|---|---|
ListItemInfo[] | items | A specified collection added into the collection. |
Adds text of the 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 added into the collection. |