Пример #1
0
 protected AutoConfigurationSection()
 {
     _AutoConfigHelper = new AutoConfigurationHelper(this, (c, v) => this[c] = v, c => this[c]);
 }
 protected AutoConfigurationSection()
 {
     _AutoConfigHelper = new AutoConfigurationHelper(this, (c, v) => this[c] = v, c => this[c]);
 }