Overview
The System.Collections
namespace provides classes and interfaces that define various collections of objects, such as lists, queues, bit arrays, hash tables and dictionaries.
ArrayList
Represents an ordered collection of objects that can be indexed individually.
View Details »SortedList
Represents a collection of key/value pairs that are sorted by the keys and are accessible by key or index.
View Details »