NodeMapIDictionaryString, INodeItem Property (String)

CVB.Net Documentation
Gets or sets the element with the specified key.

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

INode IDictionary<string, INode>.this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
The key of the element to get or set.

Return Value

Type: INode
The element with the specified key.

Implements

IDictionaryTKey, TValueItemTKey
Exceptions

See Also

Reference