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