Click or drag to resize

htmlContentSentence Constructor

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

Namespace:  imbNLP.Core.contentStructureHtml.elements
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.30
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