System.Configuration.SettingsProviderCollection
Represents a collection of application settings providers.
namespace System.Configuration
{
public class SettingsProviderCollection : ProviderCollection
{
public new SettingsProvider this[string name] { get; }
public SettingsProviderCollection();
}
}