コード例 #1
0
 public ConfigurationInteger(ConfigurationInteger other, Changable father = null) : base(other, father)
 {
 }
コード例 #2
0
 public IntegerType(ConfigurationInteger father, int value, int lowest, int highest,
                    bool is_low_bound, bool is_high_bound, bool is_explicit) : base(father,
                                                                                    value, lowest, highest, is_low_bound, is_high_bound, is_explicit)
 {
 }