Removes the items at the specified index from the collection.
シンタックス
'宣言
Public Shared Function RemoveRangeAsync(Of As Class)( _
ByVal As IDataCollection(Of T), _
ByVal As System.Integer, _
ByVal As System.Integer, _
Optional ByVal As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task RemoveRangeAsync<>(
IDataCollection<T> ,
System.int ,
System.int ,
System.Threading.CancellationToken
)
where T: class
パラメータ
- dataCollection
- The data collection.
- startingIndex
- The index of the items that will be removed.
- count
- The number of items to be removed.
- cancellationToken
- The cancellation token.
型パラメータ
- T
参照