public AttributeMatchExpression(CssAttributeMatchOperator @operator, CssStringToken operand) { this.Operator = @operator; this.Operand = operand; }