OrderedDictionary « Collections Data Structure « C# / C Sharp






1.OrderedDictionary Class Represents a collection of key/value pairs that are accessible by the key or index.
2.Remove element from OrderedDictionary
3.Use IDictionaryEnumerator to loop through OrderedDictionary