| ReadOnlyDictionaryBaseTKey, TValue Properties |
The ReadOnlyDictionaryBaseTKey, TValue generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Must be overridden to provide the number of items in the collection.
(Inherited from ReadOnlyCollectionBaseT.) | |
| 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.
|