Click or drag to resize

HtmlTagCategoryTreeRegister Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.Toolkit.Documents.HtmlAnalysis.HtmlTagCategoryTree.Register(System.String,imbNLP.Toolkit.Documents.HtmlAnalysis.HtmlTagCounter)"]

Namespace:  imbNLP.Toolkit.Documents.HtmlAnalysis
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
protected void Register(
	string k,
	HtmlTagCounter a
)

Parameters

k
Type: SystemString

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

a
Type: imbNLP.Toolkit.Documents.HtmlAnalysisHtmlTagCounter

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

See Also