[System.Runtime.CompilerServices.Extension()] public static System.bool CanMove<T>( ICollectionView<T> collectionView, System.int fromIndex, System.int toIndex ) where T: class
パラメータ
- collectionView
- コレクションビュー
- fromIndex
- 移動元のインデックス
- toIndex
- 移動先のインデックス
型パラメータ
- T