5 references to SettingElementCollection
System (1)
src\libraries\shims\System\ref\System.cs (1)
443
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.
SettingElementCollection
))]
System.Configuration.ConfigurationManager (4)
System\Configuration\ClientSettingsSection.cs (3)
11
private static readonly ConfigurationProperty s_propSettings = new ConfigurationProperty(null, typeof(
SettingElementCollection
), null, ConfigurationPropertyOptions.IsDefaultCollection);
27
public
SettingElementCollection
Settings
31
return (
SettingElementCollection
)base[s_propSettings];
System\Configuration\ClientSettingsStore.cs (1)
184
SettingElementCollection
sec = section.Settings;