Popular Posts

Saturday, October 6, 2012

Collection and Dictionary Collection Types

There are some collection type and Dictionary collection type available in .Net.

Collection Types
System.Array
System.Collections.ArrayList
System.Collections.Generics.LinkedList
System.Collections.Generics.List
System.Collections.ObjectModel.Collection
System.ComponentModel.BindingList


Dictionary Collection Types
System.Collections.Generics.Dictionary
System.Collections.Generics.SortedList
System.Collections.Generics.SortedDictionary
System.Collections.HashTable
System.Collections.ObjectModel.KeyedCollection
System.Collections.SortedList
System.Collections.Specialized.HybridDictionary
System.Collections.Specialized.ListDictionary
System.Collections.Specialized.OrderedDictionary

No comments:

Post a Comment