Click or drag to resize

htmlLinkNodeCollection Constructor

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

Namespace:  imbNLP.Core.contentStructureHtml.elements
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.30
Syntax
C#
public htmlLinkNodeCollection(
	contentTokenCollection tkns
)

Parameters

tkns
Type: imbNLP.Core.contentStructure.collectionscontentTokenCollection
The TKNS.
See Also