Click or drag to resize

HtmlTagCategoryTree Constructor

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

Namespace:  imbNLP.Toolkit.Documents.HtmlAnalysis
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public HtmlTagCategoryTree(
	string _name,
	string _description
)

Parameters

_name
Type: SystemString

[Missing <param name="_name"/> documentation for "M:imbNLP.Toolkit.Documents.HtmlAnalysis.HtmlTagCategoryTree.#ctor(System.String,System.String)"]

_description
Type: SystemString

[Missing <param name="_description"/> documentation for "M:imbNLP.Toolkit.Documents.HtmlAnalysis.HtmlTagCategoryTree.#ctor(System.String,System.String)"]

See Also