HtmlNodeCollectionItem Property (HtmlNode) |
Gets a given node from the list.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.2.6.0 (9.2.6.20250404)
Syntaxpublic int this[
HtmlNode node
] { get; }
Public ReadOnly Default Property Item (
node As HtmlNode
) As Integer
Get
Parameters
- node
- Type: WorkflowGen.My.HtmlAgilityPackHtmlNode
Property Value
Type:
Int32
See Also