3 references to Key
System.Configuration.ConfigurationManager (3)
System\Configuration\KeyValueConfigurationCollection.cs (2)
32KeyValueConfigurationElement oldValue = (KeyValueConfigurationElement)BaseGet(keyValue.Key); 69return ((KeyValueConfigurationElement)element).Key;
System\Configuration\KeyValueInternalCollection.cs (1)
15foreach (KeyValueConfigurationElement element in _root.Settings) base.Add(element.Key, element.Value);