Exemplo n.º 1
0
 public TypeInstr(PEAPI.TypeOp op, BaseTypeRef operand, Location loc)
     : base(loc)
 {
     this.op      = op;
     this.operand = operand;
 }
Exemplo n.º 2
0
                public TypeInstr (PEAPI.TypeOp op, BaseTypeRef operand, Location loc)
			: base (loc)
                {
                        this.op = op;
                        this.operand = operand;
                }