I am currently looking to make my own collection, which would be just like a regular list, except that it would only hold 10 items. If an item was added when there were alre
You can just write a class that implements IList that holds an internal List and write your own methods.
IList
List