AngleSharp by AngleSharp

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

.NET API 960,512 bytes

 StyleSheetList

A collection of CSS elements.
public IStyleSheet this[int index] { get; }

Gets the stylesheet at the specified index. If index is greater than or equal to the number of style sheets in the list, this returns null.

public int Length { get; }

Gets the number of elements in the list of stylesheets.

Returns an enumerator that iterates through the stylesheets.