<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0-rc.2.20475.5" />

SettingElementCollection

Contains a collection of SettingElement objects. This class cannot be inherited.

Initializes a new instance of the SettingElementCollection class.

public void Add(SettingElement element)

Adds a SettingElement object to the collection.

public void Clear()

Removes all SettingElement objects from the collection.

public SettingElement Get(string elementKey)

Gets a SettingElement object from the collection.

public void Remove(SettingElement element)

Removes a SettingElement object from the collection.