'宣言 Public Shared Function CanMove(Of T As Class)( _ ByVal dataCollection As IDataCollection(Of T), _ ByVal fromIndex As System.Integer, _ ByVal toIndex As System.Integer _ ) As System.Boolean
public static System.bool CanMove<T>( IDataCollection<T> dataCollection, System.int fromIndex, System.int toIndex ) where T: class
パラメータ
- dataCollection
- The data collection.
- fromIndex
- The original index.
- toIndex
- The destination index.
型パラメータ
- T