[]
Determines whether the item at fromIndex can be moved to toIndex.
public static bool CanMoveRange<T>(this IDataCollection<T> dataCollection, int fromIndex, int toIndex, int count) where T : class?
| Type | Name | Description |
|---|---|---|
| IDataCollection<T> | dataCollection | The data collection. |
| int | fromIndex | The original index. |
| int | toIndex | The destination index. |
| int | count | The number of items to be moved. |
| Type | Description |
|---|---|
| bool |
| Name | Description |
|---|---|
| T |