HtmlNodeCollectionItem Property (Int32) | 
 
            Gets the node at the specified index.
            
 
    Namespace: 
   WorkflowGen.My.HtmlAgilityPack
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.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