DataCollection
MoveRangeAsync<T> メソッド (IDataCollectionEx)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス : MoveRangeAsync<T> メソッド
The data collection.
From index.
The number of items to be moved.
To index.
The cancellation token.
Moves the items specified by fromIndex and count to the new toIndex position.
シンタックス
'宣言
 
Public Shared Function MoveRangeAsync(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal fromIndex As System.Integer, _
   ByVal count As System.Integer, _
   ByVal toIndex As System.Integer, _
   Optional ByVal cancellationToken As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task MoveRangeAsync<T>( 
   IDataCollection<T> dataCollection,
   System.int fromIndex,
   System.int count,
   System.int toIndex,
   System.Threading.CancellationToken cancellationToken
)
where T: class

パラメータ

dataCollection
The data collection.
fromIndex
From index.
count
The number of items to be moved.
toIndex
To index.
cancellationToken
The cancellation token.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ