![]() | OrderedDictionaryTKey, TValue Class |
Namespace: EDK4Net.Collections
public class OrderedDictionary<TKey, TValue> : IOrderedDictionary<TKey, TValue>, IOrderedDictionary, IDictionary, ICollection, IEnumerable, IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>
The OrderedDictionaryTKey, TValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | OrderedDictionaryTKey, TValue | Initializes a new instance of the OrderedDictionaryTKey, TValue class |
![]() | OrderedDictionaryTKey, TValue(IEqualityComparerTKey) | Initializes a new instance of the OrderedDictionaryTKey, TValue class |
![]() | OrderedDictionaryTKey, TValue(Int32) | Initializes a new instance of the OrderedDictionaryTKey, TValue class |
![]() | OrderedDictionaryTKey, TValue(Int32, IEqualityComparerTKey) | Initializes a new instance of the OrderedDictionaryTKey, TValue class |
Name | Description | |
---|---|---|
![]() | Add | |
![]() | Clear | |
![]() | ContainsKey | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOfKey | |
![]() | Insert | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove | |
![]() | RemoveAt | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetValue |