Base:
property
Providers
System.Configuration.SettingsBase.Providers
5 references to Providers
System (5)
sys\system\configuration\ApplicationSettingsBase.cs (5)
332
foreach(SettingsProvider provider in
Providers
) {
390
foreach(SettingsProvider provider in
Providers
) {
736
Providers
.Clear();
739
if (
Providers
[sp.Provider.Name] == null) {
740
Providers
.Add(sp.Provider);