[]
        
(Showing Draft Content)

C1.DataCollection.C1DataCollectionList-1.ReplaceRange

ReplaceRange Method

ReplaceRange(int, IEnumerable<T>)

Replaces a range of items.

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

The index from where the items are replaced.

IEnumerable<T> items

The items replacements.