System.Collections.Generic
- Dictionary<TKey,TValue>
- List<T>
- Queue<T>
- SortedList<TKey,TValue>
- Stack<T>
- HashSet<T>
- LinkedList<T>
System.Collections
- ArrayList
- Hashtable
- Queue
- Stack
System.Collections.Concurrent
- BlockingCollection
- ConcurrentBag
- ConcurrentDictionary
- ConcurrentQueue
- ConcurrentStack
- OrderablePartitioner
- Partitioner