A collection that can maximum contain a specific amount of items.
Creates a new max size collection.
Adds an item to the collection.
Clears the collection.
Gets the length of the collection.
Gets the maximum size of the collection.
See Implementation
A collection that can maximum contain a specific amount of items.