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