NodeMapIDictionaryString, IConfigurableNodeAdd Method (String, IConfigurableNode)

CVB.Net Documentation

Namespace:  Stemmer.Cvb.GevServer
Assembly:  Stemmer.Cvb.GevServer (in Stemmer.Cvb.GevServer.dll) Version: 14.0.0.0
Syntax

void IDictionary<string, IConfigurableNode>.Add(
	string key,
	IConfigurableNode value
)

Parameters

key
Type: SystemString
The object to use as the key of the element to add.
value
Type: Stemmer.Cvb.GevServerIConfigurableNode
The object to use as the value of the element to add.

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
Exceptions

See Also

Reference

IDictionaryString, IConfigurableNodeAdd(String, IConfigurableNode)