Click or drag to resize

MixedCodeDocumentFragmentListRemove Method

Remove a fragment from the list of fragments. If this fragment was not in the list, an exception will be raised.

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

Parameters

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