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

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > ISupportRangeEditing<T> インターフェース : MoveRangeAsync メソッド
From index.
The number of items to be moved.
To index.
The cancellation token.
Moves the items starting at the specified fromIndex to toIndex.
シンタックス
'宣言
 
Function MoveRangeAsync( _
   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
System.Threading.Tasks.Task MoveRangeAsync( 
   System.int fromIndex,
   System.int count,
   System.int toIndex,
   System.Threading.CancellationToken cancellationToken
)

パラメータ

fromIndex
From index.
count
The number of items to be moved.
toIndex
To index.
cancellationToken
The cancellation token.
参照

ISupportRangeEditing<T> インターフェース
ISupportRangeEditing<T> メンバ