Method InsertRange
InsertRange(int, IEnumerable<TValue>)
Inserts the items of a collection into the list at the specified index.
Declaration
public int InsertRange(int index, IEnumerable<TValue> collection)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | |
| IEnumerable<TValue> | collection |
Returns
| Type | Description |
|---|---|
| int | The number of items that were inserted. |