[]
        
(Showing Draft Content)

C1.DataCollection.C1GroupDataCollection-1.ReplaceAsync

ReplaceAsync Method

ReplaceAsync(int, S, CancellationToken)

Replaces the item at the specified index by the specified item.

Declaration
public override Task<int> ReplaceAsync(int index, S item, CancellationToken cancellationToken)
Parameters
Type Name Description
int index

The index.

S item

The item.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task<int>
Overrides