System.Diagnostics.SystemDiagnosticsSection
namespace System.Diagnostics
{
internal sealed class SystemDiagnosticsSection : ConfigurationSection
{
public SourceElementsCollection Sources { get; }
public ListenerElementsCollection { get; }
public SwitchElementsCollection Switches { get; }
public TraceSection Trace { get; }
public SystemDiagnosticsSection();
}
}