NodeDictionaryBaseTNodeTryGetNode Method

CVB.Net Documentation
Tries to get the TNodevalue with the given key.

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

protected bool TryGetNode(
	string key,
	out TNode value
)

Parameters

key
Type: SystemString
Key of node to find.
value
Type: TNode
Variable to receive found node.

Return Value

Type: Boolean
if key was found; if not.
See Also

Reference