[]
        
(Showing Draft Content)

C1.DataCollection.C1GroupDataCollection-1.InsertRangeAsync

InsertRangeAsync Method

InsertRangeAsync(int, IEnumerable<S>, CancellationToken)

Inserts the specified items at the specified startingIndex in the collection.

Declaration
public override Task<int> InsertRangeAsync(int index, IEnumerable<S> items, CancellationToken cancellationToken = default)
Parameters
Type Name Description
int index
IEnumerable<S> items

The items to be inserted.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task<int>
Overrides