ABT.Reference.Reference C# (CSharp) Метод

Reference() публичный метод

public Reference ( Expr expr ) : System
expr Expr
Результат System
        public Reference(Expr expr) {
            this.Expr = expr;
            this.Type = new PointerType(expr.Type);
        }