CssSelectorToken struct CssSelectorToken The CSS selector token. Documentation Code public static readonly CssSelectorToken Whitespace public string Data { get; } public CssTokenType Type { get; } public CssSelectorToken(CssTokenType type, string data)