System.Diagnostics.SwitchLevelAttribute.SwitchLevelAttribute C# (CSharp) Method

SwitchLevelAttribute() public method

public SwitchLevelAttribute ( Type switchLevelType )
switchLevelType System.Type
        public SwitchLevelAttribute(Type switchLevelType)
        {
            SwitchLevelType = switchLevelType;
        }
SwitchLevelAttribute