ABT.ArithmeticType.ArithmeticType C# (CSharp) 메소드

ArithmeticType() 보호된 메소드

protected ArithmeticType ( System.Boolean isConst, System.Boolean isVolatile ) : System
isConst System.Boolean
isVolatile System.Boolean
리턴 System
        protected ArithmeticType(Boolean isConst, Boolean isVolatile)
            : base(isConst, isVolatile) { }
        public override Boolean IsArith => true;