![]() |
Ordered
|
The OrderedDictionary<TKey, TValue> type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Comparer | Gets the IEqualityComparer<T> that is used to determine equality of keys for the dictionary. |
![]() |
Count | Gets the number of key/value pairs contained in the OrderedDictionary<TKey, TValue>. |
![]() |
Item[Int32] | Gets or sets the value at the specified index as an O(1) operation. |
![]() |
Item[TKey] | Gets or sets the value associated with the specified key as an O(1) operation. |
![]() |
Keys | Gets a collection containing the keys in the OrderedDictionary<TKey, TValue>. |
![]() |
Values | Gets a collection containing the values in the OrderedDictionary<TKey, TValue>. |