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: 2.4.0.0 (2.4.0.0)
Syntax
public void Prepend(
	MixedCodeDocumentFragment newFragment
)

Parameters

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