Click or drag to resize

imbTreeNodeTryGetValue Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.DataComplex.tree
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public bool TryGetValue(
	string key,
	out imbTreeNode value
)
Request Example View Source

Parameters

key
Type: SystemString
value
Type: imbSCI.DataComplex.treeimbTreeNode

Return Value

Type: Boolean

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also