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 HtmlNodeCollection : IList<HtmlNode>, ICollection<HtmlNode>, IEnumerable<HtmlNode>, IEnumerable |
Visual Basic |
---|
Public Class HtmlNodeCollection _ Implements IList(Of HtmlNode), ICollection(Of HtmlNode), _ IEnumerable(Of HtmlNode), IEnumerable |
Visual C++ |
---|
public ref class HtmlNodeCollection : IList<HtmlNode^>, ICollection<HtmlNode^>, IEnumerable<HtmlNode^>, IEnumerable |