AngleSharp by AngleSharp

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

.NET API 960,512 bytes

 RangeType

public enum RangeType
An enumeration with possible values on how to compare boundary points.

From the end to the end (periodic).

From the end to the start (non-periodic).

From the start to the end (non-periodic).

From the start to the start (periodic).