[]
Determines whether the item at fromIndex
can be moved to toIndex
.
bool CanMoveRange(int fromIndex, int count, int toIndex)
Type | Name | Description |
---|---|---|
int | fromIndex | The original index. |
int | count | The number of items to be moved. |
int | toIndex | The destination index. |
Type | Description |
---|---|
bool |