StringDictionary « Collections Data Structure « C# / C Sharp






1.StringDictionary Class implements a hash table with the key and the value strongly typed to be strings rather than objects.
2.Remove Key
3.Contains value
4.Contains key
5.Loop through StringDictionary with IEnumerator and get DictionaryEntry
6.Copy key out
7.Gets a collection of values in the StringDictionary.