Click or drag to resize

nodeTree Constructor (String, nodeTree)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the nodeTree class.

Namespace:  imbCommonModels.contentBlock
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public nodeTree(
	string __name,
	nodeTree __parent = null
)

Parameters

__name
Type: SystemString
The name.
__parent (Optional)
Type: imbCommonModels.contentBlocknodeTree
The parent.
See Also