[]
        
(Showing Draft Content)

C1.DataCollection.C1DataCollectionList-1.InsertRange

InsertRange Method

InsertRange(int, IEnumerable<T>)

Inserts a range of items in the collection.

Declaration
public void InsertRange(int startingIndex, IEnumerable<T> items)
Parameters
Type Name Description
int startingIndex

The index where the items are inserted.

IEnumerable<T> items

The inserted items.