[This is preliminary documentation and is subject to change.]
Moves an object downwards in an ordered collection, i.e. towards
the end.
| C# |
bool MoveDown( IOrderable toMoveDown )
- toMoveDown (IOrderable)
- The object to move down.
True if the object was moved down, false if the object was already
the bottom (last) object in the collection.
This method need only be supported in ordered collections.