[This is preliminary documentation and is subject to change.]

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

Constructors

Methods

  NameDescription
Public methodContainsKey
Determines whether the IDictionary<(Of <(<'TKey, TValue>)>)> contains an element with the specified key.
Public methodCopyTo
Copies the values of the ReadOnlyDictionary<(Of <(<'TKey, TValue>)>)> to an Array, starting at a particular Array index.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetValuesEnumerator
Returns an enumerator that iterates through the collection over values only.
Public methodTryGetValue
Gets the value associated with the specified key.

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the ReadOnlyDictionary<(Of <(<'TKey, TValue>)>)>.
Public propertyItem
Gets or sets the element with the specified key.
Public propertyKeys
Public propertyValues

Explicit Interface Implementations

See Also