NodeDictionaryBaseTNode Methods

CVB.Net Documentation

The NodeDictionaryBaseTNode generic type exposes the following members.

Methods

  NameDescription
Protected methodAddNode
Adds a new TNodevalue associated to the given key.
Public methodContainsKey
Gets whether this dictionaries contains the given key.
Public methodDispose
Disposes of this dictionary and all its nodes.
Protected methodDispose(Boolean)
Dispose implementation.
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.)
Protected methodGetNode
Actual implementation for getting nodes.
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 methodRemove
Removes the node identified by the given key.
Protected methodRemoveNode
Removes the node at the given key.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodTryGetNode
Tries to get the TNodevalue with the given key.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodICollectionKeyValuePairString, TNodeAdd
Explicit interface implementationPrivate methodIDictionaryString, TNodeAdd
Explicit interface implementationPrivate methodICollectionKeyValuePairString, TNodeClear
Explicit interface implementationPrivate methodICollectionKeyValuePairString, TNodeContains
Explicit interface implementationPrivate methodICollectionKeyValuePairString, TNodeCopyTo
Explicit interface implementationPrivate methodIEnumerableKeyValuePairString, TNodeGetEnumerator
Returns an enumerator that iterates through the collection.
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
Explicit interface implementationPrivate methodICollectionKeyValuePairString, TNodeRemove
Explicit interface implementationPrivate methodIDictionaryString, TNodeTryGetValue
Gets the value associated with the specified key.
Top
See Also

Reference