System.Collections Namespace - C#
Understanding System.Collections Namespace()
The System.Collections namespace contains interfaces and classes that define various collections of objects, such as lists, queues, bit arrays, hash tables and dictionaries. Find the list below:
- ArrayList
- BitArray
- CaseInsensitiveComparer
- CaseInsensitiveHashCodeProvider
- CollectionBase
- Comparer
- DictionaryBase
- Hashtable
- Queue
- ReadOnlyCollectionBase
- SortedList
- Stack
- StructuralComparisons
Structures :
- DictionaryEntry
Interfaces :
- ICollection
- IComparer
- IDictionary
- IDictionaryEnumerator
- IEnumerable
- IEnumerator
- IEqualityComparer
- IHashCodeProvider
- IList
- IStructuralComparable
- IStructuralEquatable
I will explain each in detail, keep on reading...
System.Collections Namespace - C#
Reviewed by Ravi Kumar
on
10:44 AM
Rating:

No comments: