RemoveAt Method

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Remove a fragment from the list of fragments, using its index in the list.

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public void RemoveAt(
	int index
)
Visual Basic
Public Sub RemoveAt ( _
	index As Integer _
)
Visual C++
public:
void RemoveAt(
	int index
)

Parameters

index
Type: System..::..Int32
The index of the fragment to remove.

See Also