ReadOnlyDictionary<TKey, TValue> Properties
Include Protected Members
Include Inherited Members
The ReadOnlyDictionary<TKey, TValue> type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | Gets the number of key/value pairs contained in the ReadOnlyDictionary |
![]() |
IsReadOnly | Indicates that this is a read-only dictionary |
![]() |
Item | Gets the value associated with the specified key. |
![]() |
Keys | Gets a collection containing the keys in the ReadOnlyDictionary |
![]() |
Values | Gets a collection containing the values in the ReadOnlyDictionary. |
Top
.gif)