System.Diagnostics.TraceSection
namespace System.Diagnostics
{
internal sealed class TraceSection : ConfigurationElement
{
public bool AutoFlush { get; }
public int IndentSize { get; }
public ListenerElementsCollection Listeners { get; }
public bool UseGlobalLock { get; }
public TraceSection();
}
}