collection

An ordered set of similarly typed objects.  Collection elements are ordered numerically from zero to Count -1.  An object's position in the collection may change whenever a change occurs in the collection.  This makes the position of any specific object in the collection unpredictable.  This characteristic distinguishes a collection from an array, which is similar to a collection, but whose member objects maintain their position in the array unless they are explicitly changed.