NodeMapDictionary Methods

CVB.Net Documentation

The NodeMapDictionary type exposes the following members.

Methods

  NameDescription
Public methodContainsKey
Determines whether the key is in this collection.
(Inherited from ReadOnlyDictionaryBaseTKey, TValue.)
Public methodDispose
Dispose of all node maps immediately.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalizer.
(Overrides ObjectFinalize.)
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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Tries to get the node map with the given name.
(Overrides ReadOnlyDictionaryBaseTKey, TValueTryGetValue(TKey, 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