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

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

パラメータ

dataCollection
The data collection.
index
The index where the item will be inserted.
items
The items to be inserted.
cancellationToken
The cancellation token.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ