Click or drag to resize

MixedCodeDocumentFragmentListPrepend Method

Prepends a fragment to the list of fragments.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public void Prepend(
	MixedCodeDocumentFragment newFragment
)

Parameters

newFragment
Type: WorkflowGen.My.HtmlAgilityPackMixedCodeDocumentFragment
The fragment to append. May not be null.
See Also