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