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

Parameters

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