AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.7" />

 HtmlElementCollection

A general collection containing elements of type IElement.
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)