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

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1DynamicList<T> クラス : MoveRange メソッド
The starting index where the items to be moved are.
The index where the items will be moved.
The number of items to move.
Moves the number of items specified by count from oldIndex to newIndex.
シンタックス
'宣言
 
Public Sub MoveRange( _
   ByVal oldIndex As System.Integer, _
   ByVal newIndex As System.Integer, _
   ByVal count As System.Integer _
) 
public void MoveRange( 
   System.int oldIndex,
   System.int newIndex,
   System.int count
)

パラメータ

oldIndex
The starting index where the items to be moved are.
newIndex
The index where the items will be moved.
count
The number of items to move.
参照

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