System.Collections.Specialized.StringDictionary
Implements a hash table with the key and the value strongly typed to be strings rather than objects.
Gets the number of key/value pairs in the StringDictionary.
Gets a value indicating whether access to the StringDictionary is synchronized (thread safe).
Gets or sets the value associated with the specified key.
Gets a collection of keys in the StringDictionary.
Gets an object that can be used to synchronize access to the StringDictionary.
Gets a collection of values in the StringDictionary.
public StringDictionary()
Initializes a new instance of the StringDictionary class.
Adds an entry with the specified key and value into the StringDictionary.
Removes all entries from the StringDictionary.
Determines if the StringDictionary contains a specific key.
Determines if the StringDictionary contains a specific value.
Copies the string dictionary values to a one-dimensional Array instance at the specified index.
Returns an enumerator that iterates through the string dictionary.
Removes the entry with the specified key from the string dictionary.