CssRangeToken sealed class CssRangeToken : CssToken Represents the CSS range token. Documentation Code public bool IsEmpty { get; } Gets the status of the range. public string[] SelectedRange { get; } Gets the content of the range token. public CssRangeToken(string start, string end) Creates a new CSS range token.