| Class | Brief description | |
| The ArrayList class implements an object that is a dynamic array of elements. | ||
| The BitArray class implements an object that is a dynamic bit array. | ||
| The Comparer class implements an object that is used to compare elements of various types. | ||
| The Hashtable class implements an object that is a collection of Key-Value pairs based on hash code of the key. | ||
| The Queue class implements an object that is a queue of elements. | ||
| The SortedList class implements an object that is a collection of the Key-Value pairs sorted by the key value. | ||
| The Stack class implements an object that is a stack of elements. | ||
| The StringList class implements an object that is a dynamic array of strings. | ||
| The StringMap class implements an object that is a map of character strings. |
See also:
Collections Assembly Interfaces | Collections Assembly Enumerations | Examples