ABT.Reference.Reference C# (CSharp) Method

Reference() public method

public Reference ( Expr expr ) : System
expr Expr
return System
        public Reference(Expr expr) {
            this.Expr = expr;
            this.Type = new PointerType(expr.Type);
        }