Click or drag to resize

imbTreeNodeLeaf Constructor (String, Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the imbTreeNodeLeaf class

Namespace:  imbSCI.DataComplex.tree
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public imbTreeNodeLeaf(
	string __name,
	Object __value
)
Request Example View Source

Parameters

__name
Type: SystemString
__value
Type: SystemObject
See Also