Determines whether the item at fromIndex can be moved to toIndex.
シンタックス
'宣言
Public Shared Function CanMoveRange(Of As Class)( _
ByVal As IDataCollection(Of T), _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Boolean
public static System.bool CanMoveRange<>(
IDataCollection<T> ,
System.int ,
System.int ,
System.int
)
where T: class
パラメータ
- dataCollection
- The data collection.
- fromIndex
- The original index.
- toIndex
- The destination index.
- count
- The number of items to be moved.
型パラメータ
- T
参照