AngleSharp by Florian Rappl

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

 Selectors

A list of selectors, which is the basis for CompoundSelector and SelectorGroup.
protected List<Selector> selectors

public Selector this[int index] { get; set; }

Gets or sets a selector in this group.

public int Length { get; }

Gets the number of selectors in this group.

public Selectors()

Creates a new selector group.

Appends a selector to the group of selectors.

Clears the list of selectors.

Gets the enumerator of selectors.

Removes a selector from the group of selectors.