HtmlElementCollection sealed class HtmlElementCollection : IHtmlCollection<IElement>, IEnumerable<IElement>, IEnumerable A general collection containing elements of type IElement. Documentation Code public IElement this[int index] { get; } public IElement this[string id] { get; } public int Length { get; } public HtmlElementCollection(INode parent, bool deep = true, Predicate<IElement> predicate = null) public HtmlElementCollection(IEnumerable<IElement> elements) public IEnumerator<IElement> GetEnumerator()