<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0-preview.5.22301.12" />

IInternalConfigRecord

public interface IInternalConfigRecord
namespace System.Configuration.Internal { public interface IInternalConfigRecord { string ConfigPath { get; } string StreamName { get; } bool HasInitErrors { get; } void ThrowIfInitErrors(); object GetSection(string configKey); object GetLkgSection(string configKey); void RefreshSection(string configKey); void Remove(); } }