ReadOnlyDictionaryBase<(Of <(<'TKey, TValue>)>)> Properties
The ReadOnlyDictionaryBase<(Of <(<'TKey, TValue>)>)> type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Item |
The indexer of the dictionary. The set accessor throws an NotSupportedException
stating the dictionary is read-only.
|
![]() |
Keys |
Returns a collection of the keys in this dictionary.
|
![]() |
Values |
Returns a collection of the values in this dictionary. The ordering of
values in this collection is the same as that in the Keys collection.
|