A Sandcastle Documented Class Library |
HtmlNode..::..PrependChildren Method |
HtmlNode Class See Also Send Feedback |
Adds the specified node list to the beginning of the list of children of this node.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public void PrependChildren( HtmlNodeCollection newChildren ) |
Visual Basic |
---|
Public Sub PrependChildren ( _ newChildren As HtmlNodeCollection _ ) |
Visual C++ |
---|
public: void PrependChildren( HtmlNodeCollection^ newChildren ) |
Parameters
- newChildren
- Type: HtmlAgilityPack..::..HtmlNodeCollection
The node list to add. May not be null.