Click or drag to resize

imbTreeNodeitems Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the items.

Namespace:  imbSCI.DataComplex.tree
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public Dictionary<string, imbTreeNode> items { get; }
Request Example View Source

Property Value

Type: DictionaryString, imbTreeNode
The items.
See Also