INodeMap Methods

CVB.Net Documentation

The INodeMap type exposes the following members.

Methods

  NameDescription
Public methodAdd(T) (Inherited from ICollectionKeyValuePairString, INode.)
Public methodAdd(TKey, TValue) (Inherited from IDictionaryString, INode.)
Public methodClear (Inherited from ICollectionKeyValuePairString, INode.)
Public methodContains (Inherited from ICollectionKeyValuePairString, INode.)
Public methodContainsKey (Inherited from IDictionaryString, INode.)
Public methodCopyTo (Inherited from ICollectionKeyValuePairString, INode.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableKeyValuePairString, INode.)
Public methodRemove(TKey) (Inherited from IDictionaryString, INode.)
Public methodRemove(T) (Inherited from ICollectionKeyValuePairString, INode.)
Public methodTryGetValue(TKey, TValue)
Gets the value associated with the specified key.
(Inherited from IDictionaryString, INode.)
Public methodTryGetValueTNode(String, TNode)
Tries to get the node with the given name.
Top
See Also

Reference