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;
        }