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

ExprType() 보호된 메소드

protected ExprType ( System.Boolean isConst, System.Boolean isVolatile ) : System
isConst System.Boolean
isVolatile System.Boolean
리턴 System
        protected ExprType(Boolean isConst, Boolean isVolatile) {
            this.IsConst = isConst;
            this.IsVolatile = isVolatile;
        }