Represents a combined list and collection of HTML nodes.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public class HtmlAttributeCollection : IList<HtmlAttribute>, ICollection<HtmlAttribute>, IEnumerable<HtmlAttribute>, IEnumerable |
Visual Basic |
---|
Public Class HtmlAttributeCollection _ Implements IList(Of HtmlAttribute), ICollection(Of HtmlAttribute), _ IEnumerable(Of HtmlAttribute), IEnumerable |
Visual C++ |
---|
public ref class HtmlAttributeCollection : IList<HtmlAttribute^>, ICollection<HtmlAttribute^>, IEnumerable<HtmlAttribute^>, IEnumerable |