Blazor コントロール
RemoveRangeAsync<T> メソッド (IDataCollectionEx)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス : RemoveRangeAsync<T> メソッド
The data collection.
The index of the items that will be removed.
The number of items to be removed.
The cancellation token.
Removes the items at the specified index from the collection.
シンタックス
'宣言
 
Public Shared Function RemoveRangeAsync(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal startingIndex As System.Integer, _
   ByVal count As System.Integer, _
   Optional ByVal cancellationToken As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task RemoveRangeAsync<T>( 
   IDataCollection<T> dataCollection,
   System.int startingIndex,
   System.int count,
   System.Threading.CancellationToken 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
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ