System.Diagnostics.SwitchLevelAttribute.SwitchLevelAttribute C# (CSharp) 메소드

SwitchLevelAttribute() 공개 메소드

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