コード例 #1
0
 public ConfigurationString(ConfigurationString other, Changable father = null) : base(other, father)
 {
 }
コード例 #2
0
 public StringType(ConfigurationString father, string value, bool is_explicit) : base(father, value, is_explicit)
 {
 }