







|
| A Sandcastle Documented Class Library |
| HtmlNodeCollection..::..Prepend Method |
| HtmlNodeCollection Class See Also Send Feedback |
Add node to the beginning of the collection
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public void Prepend( HtmlNode node ) |
| Visual Basic |
|---|
Public Sub Prepend ( _ node As HtmlNode _ ) |
| Visual C++ |
|---|
public: void Prepend( HtmlNode^ node ) |
Parameters
- node
- Type: HtmlAgilityPack..::..HtmlNode
[Missing <param name="node"/> documentation for "M:HtmlAgilityPack.HtmlNodeCollection.Prepend(HtmlAgilityPack.HtmlNode)"]
