[]
        
(Showing Draft Content)

C1.DataCollection.C1WrapDataCollection-2.ReplaceRangeAsync

ReplaceRangeAsync Method

ReplaceRangeAsync(int, IEnumerable<S>, CancellationToken)

Replaces the items starting at the specified startingIndex by the specified items.

Declaration
public virtual Task ReplaceRangeAsync(int startingIndex, IEnumerable<S> items, CancellationToken cancellationToken = default)
Parameters
Type Name Description
int startingIndex

The starting index.

IEnumerable<S> items

The new items.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task
Implements