コード例 #1
0
 public DoubleConditionTO(ConditionBase.Type type) : base(type)
 {
 }
コード例 #2
0
 public FloatConditionTO(ConditionBase.Type type) : base(type)
 {
 }
コード例 #3
0
 public IntConditionTO(ConditionBase.Type type) : base(type)
 {
 }
コード例 #4
0
 public EnumConditionTO(ConditionBase.Type type) : base(type)
 {
 }
コード例 #5
0
 public LongConditionTO(ConditionBase.Type type) : base(type)
 {
 }
コード例 #6
0
 public ConditionBaseTO(ConditionBase.Type type)
 {
     this.type = (byte)type;
 }