[]
        
(Showing Draft Content)

C1.DataCollection.C1DynamicList-1.InsertRange

InsertRange Method

InsertRange(int, IEnumerable<T?>)

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

InsertRange(int, int)

Inserts the specified count of items (nulls) at the specified startingIndex.

Declaration
public void InsertRange(int startingIndex, int count)
Parameters
Type Name Description
int startingIndex

The index where the items are inserted.

int count

The number of nulls that will be inserted.