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

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス : CanMoveRange<T> メソッド
The data collection.
The original index.
The destination index.
The number of items to be moved.
Determines whether the item at fromIndex can be moved to toIndex.
シンタックス
'宣言
 
Public Shared Function CanMoveRange(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal fromIndex As System.Integer, _
   ByVal toIndex As System.Integer, _
   ByVal count As System.Integer _
) As System.Boolean
public static System.bool CanMoveRange<T>( 
   IDataCollection<T> dataCollection,
   System.int fromIndex,
   System.int toIndex,
   System.int count
)
where T: class

パラメータ

dataCollection
The data collection.
fromIndex
The original index.
toIndex
The destination index.
count
The number of items to be moved.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ