4 references to Settings
System.Configuration.ConfigurationManager (4)
System\Configuration\KeyValueInternalCollection.cs (4)
15
foreach (KeyValueConfigurationElement element in _root.
Settings
) base.Add(element.Key, element.Value);
20
_root.
Settings
.Add(new KeyValueConfigurationElement(key, value));
26
_root.
Settings
.Clear();
32
_root.
Settings
.Remove(key);