







|
| A Sandcastle Documented Class Library |
| HtmlNodeCollection..::..Item Property (Int32) |
| HtmlNodeCollection Class See Also Send Feedback |
Gets the node at the specified index.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public HtmlNode this[ int index ] { get; set; } |
| Visual Basic |
|---|
Public Default Property Item ( _ index As Integer _ ) As HtmlNode Get Set |
| Visual C++ |
|---|
public: virtual property HtmlNode^ default[int index] { HtmlNode^ get (int index) sealed; void set (int index, HtmlNode^ value) sealed; } |
Parameters
- index
- Type: System..::..Int32
