コード例 #1
0
ファイル: ShorthandType.cs プロジェクト: Epitomy/CMS
 public ShorthandType(ShorthandRule rule, PropertyValueType defualtValueType)
 {
     _defaultValueType = defualtValueType;
     ShorthandRule     = rule;
 }
コード例 #2
0
ファイル: ShorthandType.cs プロジェクト: Epitomy/CMS
 public ShorthandType(ShorthandRule rule, PropertyValueType defualtValueType)
 {
     _defaultValueType = defualtValueType;
     ShorthandRule = rule;
 }
コード例 #3
0
ファイル: ShorthandType.cs プロジェクト: Epitomy/CMS
 public ShorthandType(ShorthandRule rule)
     : this(rule, null)
 {
 }
コード例 #4
0
ファイル: ShorthandType.cs プロジェクト: Epitomy/CMS
 public ShorthandType(ShorthandRule rule)
     : this(rule, null)
 {
 }