<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.0-preview.3.24172.9" />

SchemeSettingElementCollection

Represents a collection of SchemeSettingElement objects.
public SchemeSettingElement this[int index] { get; }

Gets an item at the specified index in the SchemeSettingElementCollection collection.

public SchemeSettingElement this[string name] { get; }

Gets an item from the SchemeSettingElementCollection collection.

Initializes a new instance of the SchemeSettingElementCollection class.

public int IndexOf(SchemeSettingElement element)

The index of the specified SchemeSettingElement.