'Declaration Public Overridable Function ReplaceRangeAsync( _ ByVal startingIndex As Integer, _ ByVal items As IEnumerable(Of S), _ Optional ByVal cancellationToken As CancellationToken _ ) As Task
public virtual Task ReplaceRangeAsync( int startingIndex, IEnumerable<S> items, CancellationToken cancellationToken )
Parameters
- startingIndex
- items
- cancellationToken