Enum RangeType
- Namespace
- AngleSharp.Dom
- Assembly
- AngleSharp.dll
An enumeration with possible values on how to compare boundary points.
[DomName("Range")]
public enum RangeType : byte
- Extension Methods
Fields
[DomName("END_TO_END")] EndToEnd = 2
From the end to the end (periodic).
[DomName("END_TO_START")] EndToStart = 3
From the end to the start (non-periodic).
[DomName("START_TO_END")] StartToEnd = 1
From the start to the end (non-periodic).
[DomName("START_TO_START")] StartToStart = 0
From the start to the start (periodic).