Click or drag to resize

imbTreeNodeAdd Method (KeyValuePairString, 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(
	KeyValuePair<string, imbTreeNode> item
)
Request Example View Source

Parameters

item
Type: System.Collections.GenericKeyValuePairString, imbTreeNode

Implements

ICollectionTAdd(T)
See Also