AngleSharp by Florian Rappl

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

 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).