IDictionary « Collections Data Structure « C# / C Sharp






1.Implements IDictionary by using a ListDictionary while the collection is small, and then switching to a Hashtable when the collection gets large.