OrderedDictionary<TKey, TValue> Methods |
The OrderedDictionary<TKey, TValue> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Adds an entry with the specified key and value into the OrderedDictionary<TKey,TValue> collection with the lowest available index.
|
![]() | Clear |
Removes all elements from the OrderedDictionary<TKey,TValue> collection.
|
![]() | ContainsKey |
Determines whether the OrderedDictionary<TKey,TValue> collection contains a specific key.
|
![]() | IndexOfKey |
Returns the zero-based index of the specified key in the OrderedDictionary<TKey,TValue> |
![]() | Insert |
Inserts a new entry into the OrderedDictionary<TKey,TValue> collection with the specified key and value at the specified index.
|
![]() | Remove |
Removes the entry with the specified key from the OrderedDictionary<TKey,TValue> collection.
|
![]() | RemoveAt |
Removes the entry at the specified index from the OrderedDictionary<TKey,TValue> collection.
|
![]() | TryGetValue |
Gets the value associated with the specified key.
|