HtmlNodeCollectionItem Property (Int32) |
Gets the node at the specified index.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax public HtmlNode this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As HtmlNode
Get
Set
Parameters
- index
- Type: SystemInt32
Property Value
Type:
HtmlNodeImplements
IListTItemInt32See Also