Replaces the items at the specified index by the specified items.
シンタックス
'宣言
Public Shared Function ReplaceRangeAsync(Of As Class)( _
ByVal As IDataCollection(Of T), _
ByVal As System.Integer, _
ByVal As System.Collections.Generic.IEnumerable(Of T), _
Optional ByVal As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task ReplaceRangeAsync<>(
IDataCollection<T> ,
System.int ,
System.Collections.Generic.IEnumerable<T> ,
System.Threading.CancellationToken
)
where T: class
パラメータ
- dataCollection
- The data collection.
- startingIndex
- The index.
- items
- The items.
- cancellationToken
- The cancellation token.
型パラメータ
- T
参照