[]
Interface that supports arranging the items in an object in the data model.
public interface IMovable
Public Interface IMovable
| Name | Description |
|---|---|
| Count | Gets the number of items. |
| Name | Description |
|---|---|
| Add(int, int) | Adds items at the specified location. |
| Clear(int, int) | Removes all of the items from the specified location. |
| Copy(int, int, int) | Copies items from one specified location to another. |
| Move(int, int, int) | Moves items from one specified location to another. |
| Remove(int, int) | Removes items from the specified location. |
| Swap(int, int, int) | Swaps items from one specified location to another. |