AngleSharp by AngleSharp

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

.NET API 1,230,848 bytes

 Selectors

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

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

public int Length { get; }

public Priority Specifity { get; }

public string Text { get; }

public Selectors()

public void Add(ISelector selector)

public void Remove(ISelector selector)