[]
Replaces the item at the specified index by the new specified item.
public override Task<int> ReplaceAsync(int index, T item, CancellationToken cancellationToken)
Type | Name | Description |
---|---|---|
int | index | The index. |
T | item | The item. |
CancellationToken | cancellationToken | The cancellation token. |
Type | Description |
---|---|
Task<int> |