C Sharp/Collections
Appearance
< C Sharp
Collection is a data structure which can hold zero or more number of data items or related objects.
To contain these, .NET has a namespace 'System.Collections' which has interfaces and classes that define various collections, such as lists, queues, bit arrays, hash tables and dictionaries.
Classes in System.Collections
- ArrayList
- BitArray
- CaseInsensitiveComparer
- CaseInsensitiveHashCodeProvider
- CollectionBase
- Comparer
- DictionaryBase
- Hashtable
- Queue
- ReadOnlyCollectionBase
- SortedList
- Stack
- StructuralComparisons