Determines whether the item at fromIndex can be moved to toIndex.
シンタックス
'宣言
Public Overrides Function CanMove( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Boolean
public override System.bool CanMove(
System.int ,
System.int
)
パラメータ
- fromIndex
- The original index.
- toIndex
- The destination index.
参照