OrderedDictionary<(Of <(<'TKey, TValue>)>)> Properties
The OrderedDictionary<(Of <(<'TKey, TValue>)>)> type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Comparer |
Returns the IComparer<T> used to compare keys in this dictionary.
|
![]() |
Count |
Returns the number of keys in the dictionary.
|
![]() |
Item |
Gets or sets the value associated with a given key. When getting a value, if this
key is not found in the collection, then an ArgumentException is thrown. When setting
a value, the value replaces any existing value in the dictionary.
|