3 references to KeyValueConfigurationCollection
System.Configuration (3)
System\Configuration\AppSettingsSection.cs (3)
26
ConfigurationProperty propAppSettings = new ConfigurationProperty(null, typeof(
KeyValueConfigurationCollection
), null, ConfigurationPropertyOptions.IsDefaultCollection);
66
public
KeyValueConfigurationCollection
Settings {
68
return (
KeyValueConfigurationCollection
)base[s_propAppSettings];