Click or drag to resize

IOrderedDictionaryTKey, TValue Methods

The IOrderedDictionaryTKey, TValue generic type exposes the following members.

Methods
  NameDescription
Public methodAdd(T) (Inherited from ICollectionKeyValuePairTKey, TValue.)
Public methodAdd(Object, Object)
Adds an element with the provided key and value to the IDictionary object.
(Inherited from IDictionary.)
Public methodAdd(TKey, TValue)
Public methodClear
Removes all elements from the IDictionary object.
(Inherited from IDictionary.)
Public methodContains(Object)
Determines whether the IDictionary object contains an element with the specified key.
(Inherited from IDictionary.)
Public methodContains(T) (Inherited from ICollectionKeyValuePairTKey, TValue.)
Public methodContainsKey (Inherited from IDictionaryTKey, TValue.)
Public methodCopyTo(Array, Int32)
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from ICollection.)
Public methodCopyTo(T, Int32) (Inherited from ICollectionKeyValuePairTKey, TValue.)
Public methodGetEnumerator
Returns an enumerator that iterates through the IOrderedDictionary collection.
(Inherited from IOrderedDictionary.)
Public methodInsert(Int32, Object, Object)
Inserts a key/value pair into the collection at the specified index.
(Inherited from IOrderedDictionary.)
Public methodInsert(Int32, TKey, TValue)
Public methodRemove(Object)
Removes the element with the specified key from the IDictionary object.
(Inherited from IDictionary.)
Public methodRemove(TKey) (Inherited from IDictionaryTKey, TValue.)
Public methodRemove(T) (Inherited from ICollectionKeyValuePairTKey, TValue.)
Public methodRemoveAt
Removes the element at the specified index.
(Inherited from IOrderedDictionary.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from IDictionaryTKey, TValue.)
Top
See Also