ReadOnlyDictionaryBaseTKey, TValue Properties

CVB.Net Documentation

The ReadOnlyDictionaryBaseTKey, TValue generic type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of items in the dictionary.
Protected propertyDictionary
Gets the wrapped dictionary.
Public propertyItem
Gets the element that has the specified key.
Public propertyKeys
Gets a read-only collection of all keys in this dictionary.
Public propertyValues
Gets a read-only collection of all values in this dictionary.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate propertyICollectionKeyValuePairTKey, TValueIsReadOnly
Explicit interface implementationPrivate propertyIDictionaryTKey, TValueItem
Gets or sets the element with the specified key.
Top
See Also

Reference