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