HtmlNodeCollectionItem Property (Int32) |
Gets the node at the specified index.
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic 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
IListTItemInt32
See Also