[]
Inserts the elements of a collection into the list at the specified index.
public override void InsertRange(int index, ICollection c)
Type | Name | Description |
---|---|---|
int | index | Index where the elements will be inserted. |
ICollection | c | ICollection whose elements will be inserted. |