CssTokenExtensions
Extensions to be used exclusively by the tokenizer.
Checks if the provided token is either of the first or the second
type of token.
Checks if the provided token is one of the list of tokens.
public static bool Is(this CssToken token, CssTokenType a, CssTokenType b, CssTokenType c, CssTokenType d, CssTokenType e, CssTokenType f, CssTokenType g, CssTokenType h)
Checks if the provided token is one of the list of tokens.
Checks if the provided token is neither of the first nor the second
type of token.
Checks if the provided token is neither of the first, nor the
second nor the third type of token.