<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.5.0-preview1-26216-02" />

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(); } }