System.Collections.Generic
Namespace with 8 public types
Classes
HashSet`1
Represents a set of values.To browse the .NET Framework source code for this type, see the Reference Source.
LinkedList`1
Represents a doubly linked list.
LinkedListNode`1
Represents a node in a . This class cannot be inherited.
Queue`1
Represents a first-in, first-out collection of objects.
SortedDictionary`2
Represents a collection of key/value pairs that are sorted on the key.
SortedList`2
Represents a collection of key/value pairs that are sorted by key based on the associated implementation.
SortedSet`1
Represents a collection of objects that is maintained in sorted order.
Stack`1
Represents a variable size last-in-first-out (LIFO) collection of instances of the same specified type.