![]() | IOrderedDictionaryTKey, TValue Methods |
The IOrderedDictionaryTKey, TValue generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(T) | Adds an item to the ICollectionT. (Inherited from ICollectionKeyValuePairTKey, TValue.) |
![]() | Add(Object, Object) | Adds an element with the provided key and value to the IDictionary object. (Inherited from IDictionary.) |
![]() | Add(TKey, TValue) | |
![]() | Clear | Removes all elements from the IDictionary object. (Inherited from IDictionary.) |
![]() | Contains(Object) | Determines whether the IDictionary object contains an element with the specified key. (Inherited from IDictionary.) |
![]() | Contains(T) | Determines whether the ICollectionT contains a specific value. (Inherited from ICollectionKeyValuePairTKey, TValue.) |
![]() | ContainsKey | Determines whether the IDictionaryTKey, TValue contains an element with the specified key. (Inherited from IDictionaryTKey, TValue.) |
![]() | CopyTo(Array, Int32) | (Inherited from ICollection.) |
![]() | CopyTo(T, Int32) | (Inherited from ICollectionKeyValuePairTKey, TValue.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the IOrderedDictionary collection. (Inherited from IOrderedDictionary.) |
![]() | Insert(Int32, Object, Object) | Inserts a key/value pair into the collection at the specified index. (Inherited from IOrderedDictionary.) |
![]() | Insert(Int32, TKey, TValue) | |
![]() | Remove(Object) | Removes the element with the specified key from the IDictionary object. (Inherited from IDictionary.) |
![]() | Remove(TKey) | Removes the element with the specified key from the IDictionaryTKey, TValue. (Inherited from IDictionaryTKey, TValue.) |
![]() | Remove(T) | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from ICollectionKeyValuePairTKey, TValue.) |
![]() | RemoveAt | Removes the element at the specified index. (Inherited from IOrderedDictionary.) |
![]() | TryGetValue | Gets the value associated with the specified key. (Inherited from IDictionaryTKey, TValue.) |