Remove Method (Int32)

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Remove node at index

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

Syntax

C#
public bool Remove(
	int index
)
Visual Basic
Public Function Remove ( _
	index As Integer _
) As Boolean
Visual C++
public:
bool Remove(
	int index
)

Parameters

index
Type: System..::..Int32

[Missing <param name="index"/> documentation for "M:HtmlAgilityPack.HtmlNodeCollection.Remove(System.Int32)"]

Return Value

See Also