[]
Inserts an array of items into the collection at the specified index.
public void InsertRange(int index, StringCollectionItem[] items)
Public Sub InsertRange(index As Integer, items As StringCollectionItem())
Type | Name | Description |
---|---|---|
int | index | Index at which items should be inserted. |
StringCollectionItem[] | items | Array of items. |
Type | Condition |
---|---|
ArgumentNullException | items is a null reference (Nothing in VB). |