Пример #1
0
 public AttributeMatchExpression(CssAttributeMatchOperator @operator, CssStringToken operand)
 {
     this.Operator = @operator;
     this.Operand  = operand;
 }