DictionaryBase « Collections Data Structure « C# / C Sharp






1.extends DictionaryBase
2.Add a list of items into the dictionary.
3.Copy/Clone all the element from a dictionary to another.
4.Put an element into the Dictionary
5.Add one dictionary items into another. Copy all the first dictionary's items into the second dictionary.
6.A dictionary with keys of type string and values of type String
7.A dictionary with keys of type string and values of type Type
8.Dictionary to anonymous type
9.Two Key Dictionary








10.DictionaryBase Class Provides the abstract base class for a strongly typed collection of key/value pairs.