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

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

パラメータ

dataCollection
The data collection.
startingIndex
The index.
items
The items.
cancellationToken
The cancellation token.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ