![]() | IOrderedDictionaryTKey, TValue Interface |
Namespace: EDK4Net.Collections
public interface IOrderedDictionary<TKey, TValue> : IOrderedDictionary, IDictionary, ICollection, IEnumerable, IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>
The IOrderedDictionaryTKey, TValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the ICollection. (Inherited from ICollection.) |
![]() | IsFixedSize | Gets a value indicating whether the IDictionary object has a fixed size. (Inherited from IDictionary.) |
![]() | IsReadOnly | Gets a value indicating whether the IDictionary object is read-only. (Inherited from IDictionary.) |
![]() | IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from ICollection.) |
![]() | ItemObject | Gets or sets the element with the specified key. (Inherited from IDictionary.) |
![]() | ItemTKey | Gets or sets the element with the specified key. (Inherited from IDictionaryTKey, TValue.) |
![]() | ItemInt32 | |
![]() | Keys | Gets an ICollection object containing the keys of the IDictionary object. (Inherited from IDictionary.) |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection.) |
![]() | Values | Gets an ICollection object containing the values in the IDictionary object. (Inherited from IDictionary.) |
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.) |