[]
Inserts a range of items in the collection.
public void InsertRange(int startingIndex, IEnumerable<T> items)
| Type | Name | Description |
|---|---|---|
| int | startingIndex | The index where the items are inserted. |
| IEnumerable<T> | items | The inserted items. |