HtmlNodeCollection Class

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
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

Inheritance Hierarchy

System..::..Object
  HtmlAgilityPack..::..HtmlNodeCollection

See Also