Moves the items specified by and to the new position.
シンタックス
'宣言
Public Shared Function MoveRangeAsync(Of As Class)( _
ByVal As IDataCollection(Of T), _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
Optional ByVal As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task MoveRangeAsync<>(
IDataCollection<T> ,
System.int ,
System.int ,
System.int ,
System.Threading.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
参照