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

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1FilterDataCollection<T> クラス : InsertAsync メソッド
The index where the item will be inserted.
The item to be inserted.
The cancellation token.
Inserts the specified item at the specified index in the collection.
シンタックス
'宣言
 
Public Overrides Function InsertAsync( _
   ByVal index As System.Integer, _
   ByVal item As T, _
   ByVal cancellationToken As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task(Of Integer)
public override System.Threading.Tasks.Task<int> InsertAsync( 
   System.int index,
   T item,
   System.Threading.CancellationToken cancellationToken
)

パラメータ

index
The index where the item will be inserted.
item
The item to be inserted.
cancellationToken
The cancellation token.
参照

C1FilterDataCollection<T> クラス
C1FilterDataCollection<T> メンバ