Click or drag to resize

imbTreeNodeAdd Method (String, imbTreeNode)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.DataComplex.tree
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public void Add(
	string notApplied,
	imbTreeNode value
)
Request Example View Source

Parameters

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

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
See Also