The ReadOnlyDictionary<(Of <(<'TKey, TValue>)>)> type exposes the following members.

Properties

  Name Description
Public property Count
Gets the item count.
Public property IsReadOnly
Checks if dictionary is read-only.

Note: This defaults to True.

Public property Item
Gets the value by provided key.
Public property Keys
Gets the dictionary keys.
Public property Values
Gets the dictionary values.

See Also