Click or drag to resize

nodeTree Constructor (HtmlNode, 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(
	HtmlNode __html,
	nodeTree __parent = null
)

Parameters

__html
Type: HtmlNode
The HTML.
__parent (Optional)
Type: imbCommonModels.contentBlocknodeTree
The parent.
See Also