RemoveAt Method

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Removes the attribute at the specified index.

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:
virtual void RemoveAt(
	int index
) sealed

Parameters

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

Implements

IList<(Of <(<'T>)>)>..::..RemoveAt(Int32)

See Also