A Sandcastle Documented Class Library |
HtmlAttributeCollection..::..Count Property |
HtmlAttributeCollection Class See Also Send Feedback |
Gets the number of elements actually contained in the list.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public int Count { get; } |
Visual Basic |
---|
Public ReadOnly Property Count As Integer Get |
Visual C++ |
---|
public: virtual property int Count { int get () sealed; } |