







|
| A Sandcastle Documented Class Library |
| HtmlNodeCollection Constructor |
| HtmlNodeCollection Class See Also Send Feedback |
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
