NodeMapTryGetValueTNode Method

CVB.Net Documentation
Tries to get the node with the given name.

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

public bool TryGetValue<TNode>(
	string name,
	out TNode node
)
where TNode : INode

Parameters

name
Type: SystemString
Name with or without the namespace prefix.
node
Type: TNode
Node instance; if not found.

Type Parameters

TNode
Type of node to retrieve.

Return Value

Type: Boolean
true if node with given name exists and is of type TNode.

Implements

INodeMapTryGetValueTNode(String, TNode)
See Also

Reference