Example #1
0
 public ShorthandType(ShorthandRule rule, PropertyValueType defualtValueType)
 {
     _defaultValueType = defualtValueType;
     ShorthandRule     = rule;
 }
Example #2
0
 public ShorthandType(ShorthandRule rule, PropertyValueType defualtValueType)
 {
     _defaultValueType = defualtValueType;
     ShorthandRule = rule;
 }
Example #3
0
 public ShorthandType(ShorthandRule rule)
     : this(rule, null)
 {
 }
Example #4
0
 public ShorthandType(ShorthandRule rule)
     : this(rule, null)
 {
 }