HtmlAttributeCollectionItem Property (Int32) |
Gets the attribute 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 HtmlAttribute this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As HtmlAttribute
Get
Set
Parameters
- index
- Type: SystemInt32
Property Value
Type:
HtmlAttributeImplements
IListTItemInt32See Also