A Sandcastle Documented Class Library |
HtmlNodeCollection..::..Item Property (HtmlNode) |
HtmlNodeCollection Class See Also Send Feedback |
Gets a given node from the list.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public int this[ HtmlNode node ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ node As HtmlNode _ ) As Integer Get |
Visual C++ |
---|
public: property int default[HtmlNode^ node] { int get (HtmlNode^ node); } |
Parameters
- node
- Type: HtmlAgilityPack..::..HtmlNode