System.Diagnostics.SwitchElementsCollection
namespace System.Diagnostics
{
internal sealed class SwitchElementsCollection : ConfigurationElementCollection
{
public new SwitchElement this[string name] { get; }
public SwitchElementsCollection();
}
}