







|
| A Sandcastle Documented Class Library |
| MixedCodeDocumentFragmentList..::..Prepend Method |
| MixedCodeDocumentFragmentList Class See Also Send Feedback |
Prepends a fragment to the list of fragments.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public void Prepend( MixedCodeDocumentFragment newFragment ) |
| Visual Basic |
|---|
Public Sub Prepend ( _ newFragment As MixedCodeDocumentFragment _ ) |
| Visual C++ |
|---|
public: void Prepend( MixedCodeDocumentFragment^ newFragment ) |
Parameters
- newFragment
- Type: HtmlAgilityPack..::..MixedCodeDocumentFragment
The fragment to append. May not be null.
