NodeDictionaryBaseTNodeItem Property

CVB.Net Documentation
Indexer of this dictionary to get/add TNode objects.

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

public TNode this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
Node key to find TNode object.

Return Value

Type: TNode
The TNode associated with the key.

Implements

IDictionaryTKey, TValueItemTKey
See Also

Reference