[]
        
(Showing Draft Content)

C1.DataCollection.C1LengthList.InsertRange

InsertRange Method

InsertRange(int, IEnumerable<double>)

Inserts the specified newItems at the startingIndex.

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

The index where the items will be inserted.

IEnumerable<double> newItems

The values to be inserted.

InsertRange(int, int)

Inserts the specified count of default length items at the specified startingIndex.

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

The index where the items will be inserted.

int count

The number of items to be inserted.