HtmlNodeCollection Constructor

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Initialize the HtmlNodeCollection with the base parent node

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public HtmlNodeCollection(
	HtmlNode parentnode
)
Visual Basic
Public Sub New ( _
	parentnode As HtmlNode _
)
Visual C++
public:
HtmlNodeCollection(
	HtmlNode^ parentnode
)

Parameters

parentnode
Type: HtmlAgilityPack..::..HtmlNode
The base node of the collection

See Also