Classes | Description |
---|---|
ArrayList | Used to add and remove items from a list using an Index |
SortedList | Used as Key and Index to access the items in a list. |
BitArray | Used to represents an array of the Binary representation. |
Queue | Used to represent elements in a First In First Out format. |
Hashtable | Used to access elements by using Key and Value. |
Stack | Used to represent elements in a Last In First Out Format. |