Blazor コントロール
AddRangeAsync<T> メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス : AddRangeAsync<T> メソッド
The data collection.
The items to be added.
The cancellation token.
Adds the specified item to the collection.
シンタックス
'宣言
 
Public Shared Function AddRangeAsync(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal items As System.Collections.Generic.IReadOnlyList(Of T), _
   Optional ByVal cancellationToken As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task(Of Integer)
public static System.Threading.Tasks.Task<int> AddRangeAsync<T>( 
   IDataCollection<T> dataCollection,
   System.Collections.Generic.IReadOnlyList<T> items,
   System.Threading.CancellationToken cancellationToken
)
where T: class

パラメータ

dataCollection
The data collection.
items
The items to be added.
cancellationToken
The cancellation token.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ