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