Item Property (Int32)

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets 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 HtmlAttribute this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( _
	index As Integer _
) As HtmlAttribute
	Get
	Set
Visual C++
public:
virtual property HtmlAttribute^ default[int index] {
	HtmlAttribute^ get (int index) sealed;
	void set (int index, HtmlAttribute^ value) sealed;
}

Parameters

index
Type: System..::..Int32

Implements

IList<(Of <(<'T>)>)>..::..Item[([( Int32])])

See Also