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, TextPosition position) Creates a new CSS range token.