ReadOnlyDictionaryTKey, TValue Properties

CVB.Net Documentation

The ReadOnlyDictionaryTKey, TValue generic type exposes the following members.

Properties

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

  NameDescription
Explicit interface implementationPrivate propertyICollectionKeyValuePairTKey, TValueIsReadOnly (Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Explicit interface implementationPrivate propertyIDictionaryTKey, TValueItem
Gets or sets the element with the specified key.
(Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Top
See Also

Reference