System.Diagnostics.SwitchLevelAttribute public sealed class SwitchLevelAttribute : Attribute Documentation Code namespace System.Diagnostics { public sealed class SwitchLevelAttribute : Attribute { public Type SwitchLevelType { get; set; } public SwitchLevelAttribute(Type switchLevelType); } }