< C Sharp
C Sharp/Collections
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
This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.