ReadOnlyDictionaryTKey, TValue Methods

CVB.Net Documentation

The ReadOnlyDictionaryTKey, TValue generic type exposes the following members.

Methods

  NameDescription
Protected methodContains
Determines whether the item is in this collection.
(Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Public methodContainsKey
Determines whether the key is in this collection.
(Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Protected methodCopyTo
Copies the entire collection to a compatible one-dimensional array, starting at the specified arrayIndex.
(Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetEnumerator
Returns an enumerator that iterates through this collection.
(Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Retrieves the value that is associated with the specific key.
(Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueAdd (Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Explicit interface implementationPrivate methodIDictionaryTKey, TValueAdd (Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueClear (Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueContains (Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueCopyTo (Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Explicit interface implementationPrivate methodIEnumerableKeyValuePairTKey, TValueGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueRemove (Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Explicit interface implementationPrivate methodIDictionaryTKey, TValueRemove (Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Top
See Also

Reference