Ordered
|
The OrderedDictionaryTKey, TValue type exposes the following members.
Name | Description | |
---|---|---|
Comparer | Gets the IEqualityComparerT that is used to determine equality of keys for the dictionary. | |
Count | Gets the number of key/value pairs contained in the OrderedDictionaryTKey, TValue. | |
ItemInt32 | Gets or sets the value at the specified index as an O(1) operation. | |
ItemTKey | Gets or sets the value associated with the specified key as an O(1) operation. | |
Keys | Gets a collection containing the keys in the OrderedDictionaryTKey, TValue. | |
Values | Gets a collection containing the values in the OrderedDictionaryTKey, TValue. |