I need to insert an object at the beginning of a collection.
My colleciton is of type List
How can I do this?
Inserting an item at index 0 will place the inserted object at the beginning of the list and the other items will be shifted up by one.