'Declaration Function ReplaceAsync( _ ByVal index As Integer, _ ByVal item As T, _ Optional ByVal cancellationToken As CancellationToken _ ) As Task(Of Integer)
Task<int> ReplaceAsync( int index, T item, CancellationToken cancellationToken )
Parameters
- index
- The index.
- item
- The item.
- cancellationToken
- The cancellation token.