Click or drag to resize

OrderedDictionary<TKey, TValue> Methods

The OrderedDictionary<TKey, TValue> generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an entry with the specified key and value into the OrderedDictionary<TKey,TValue> collection with the lowest available index.
Public methodClear
Removes all elements from the OrderedDictionary<TKey,TValue> collection.
Public methodContainsKey
Determines whether the OrderedDictionary<TKey,TValue> collection contains a specific key.
Public methodIndexOfKey
Returns the zero-based index of the specified key in the OrderedDictionary<TKey,TValue>
Public methodInsert
Inserts a new entry into the OrderedDictionary<TKey,TValue> collection with the specified key and value at the specified index.
Public methodRemove
Removes the entry with the specified key from the OrderedDictionary<TKey,TValue> collection.
Public methodRemoveAt
Removes the entry at the specified index from the OrderedDictionary<TKey,TValue> collection.
Public methodTryGetValue
Gets the value associated with the specified key.
Top
See Also