<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.1" />

ProviderSettingsCollection

Represents a collection of ProviderSettings objects.
public ProviderSettings this[string key] { get; }

Gets an item from the collection.

public ProviderSettings this[int index] { get; set; }

Gets or sets a value at the specified index in the ProviderSettingsCollection collection.

Initializes a new instance of the ProviderSettingsCollection class.

public void Add(ProviderSettings provider)

Adds a ProviderSettings object to the collection.

public void Clear()

Clears the collection.

public void Remove(string name)

Removes an element from the collection.