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

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

public Dereference ( Expr expr, ExprType type ) : System
expr Expr
type ExprType
Результат System
        public Dereference(Expr expr, ExprType type) {
            this.Expr = expr;
            this.Type = type;
        }