NodeDictionaryTNodeAddNode Method

CVB.Net Documentation
Adds a new node to this dictionary.

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

protected override void AddNode(
	string key,
	TNode value
)

Parameters

key
Type: SystemString
Key identifying the given value.
value
Type: TNode
Node associated to key.
See Also

Reference