IConfigurableNodeMap Methods

CVB.Net Documentation

The IConfigurableNodeMap type exposes the following members.

Methods

  NameDescription
Public methodAdd(T) (Inherited from ICollectionKeyValuePairString, INode.)
Public methodAdd(T) (Inherited from ICollectionKeyValuePairString, IConfigurableNode.)
Public methodAdd(IConfigurableNode)
Adds the given node to this NodeMap.
Public methodAdd(TKey, TValue) (Inherited from IDictionaryString, INode.)
Public methodAdd(TKey, TValue) (Inherited from IDictionaryString, IConfigurableNode.)
Public methodClear (Inherited from ICollectionKeyValuePairString, INode.)
Public methodContains(T) (Inherited from ICollectionKeyValuePairString, INode.)
Public methodContains(T) (Inherited from ICollectionKeyValuePairString, IConfigurableNode.)
Public methodContainsKey (Inherited from IDictionaryString, INode.)
Public methodCopyTo(T, Int32) (Inherited from ICollectionKeyValuePairString, INode.)
Public methodCopyTo(T, Int32) (Inherited from ICollectionKeyValuePairString, IConfigurableNode.)
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 methodRemove(T) (Inherited from ICollectionKeyValuePairString, IConfigurableNode.)
Public methodRemove(IConfigurableNode)
Removes the node from this NodeMap.
Public methodTryGetValue(TKey, TValue)
Gets the value associated with the specified key.
(Inherited from IDictionaryString, INode.)
Public methodTryGetValue(TKey, TValue) (Inherited from IDictionaryString, IConfigurableNode.)
Public methodTryGetValueTNode(String, TNode)
Tries to get the node with the given name.
(Inherited from INodeMap.)
Top
See Also

Reference