System.Collections.Specialized.ListDictionary
Implements IDictionary using a singly linked list. Recommended for collections that typically include fewer than 10 items.
Gets the number of key/value pairs contained in the ListDictionary.
Gets a value indicating whether the ListDictionary has a fixed size.
Gets a value indicating whether the ListDictionary is read-only.
Gets a value indicating whether the ListDictionary is synchronized (thread safe).
Gets or sets the value associated with the specified key.
Gets an ICollection containing the keys in the ListDictionary.
Gets an object that can be used to synchronize access to the ListDictionary.
Gets an ICollection containing the values in the ListDictionary.
public ListDictionary()
Creates an empty ListDictionary using the default comparer.
Creates an empty ListDictionary using the specified comparer.
Adds an entry with the specified key and value into the ListDictionary.
Removes all entries from the ListDictionary.
Determines whether the ListDictionary contains a specific key.
Copies the ListDictionary entries to a one-dimensional Array instance at the specified index.
Returns an IDictionaryEnumerator that iterates through the ListDictionary.
Removes the entry with the specified key from the ListDictionary.