Click or drag to resize

HtmlNodeCollection Constructor

Initialize the HtmlNodeCollection with the base parent node

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public HtmlNodeCollection(
	HtmlNode parentnode
)

Parameters

parentnode
Type: WorkflowGen.My.HtmlAgilityPackHtmlNode
The base node of the collection
See Also