[This is preliminary documentation and is subject to change.]
Moves an object upwards in an ordered collection, i.e. towards
the start.
| C# |
bool MoveUp( IOrderable toMoveUp )
- toMoveUp (IOrderable)
- The object to move up.
True if the object was moved up, false if the object was already
the top (first) object in the collection.
This method need only be supported in ordered collections.