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