NodeDictionaryBaseTNodeIDictionaryString, TNodeAdd Method

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, TNode>.Add(
	string key,
	TNode value
)

Parameters

key
Type: SystemString
The object to use as the key of the element to add.
value
Type: TNode
The object to use as the value of the element to add.

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
Exceptions

See Also

Reference