Click or drag to resize

htmlContentSentence Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the htmlContentSentence class

Namespace:  imbNLP.Core.contentStructureHtml.elements
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public htmlContentSentence(
	HtmlNode __node,
	string __content
)

Parameters

__node
Type: HtmlNode

[Missing <param name="__node"/> documentation for "M:imbNLP.Core.contentStructureHtml.elements.htmlContentSentence.#ctor(HtmlAgilityPack.HtmlNode,System.String)"]

__content
Type: SystemString

[Missing <param name="__content"/> documentation for "M:imbNLP.Core.contentStructureHtml.elements.htmlContentSentence.#ctor(HtmlAgilityPack.HtmlNode,System.String)"]

See Also