示例#1
0
 public TypeInstr(PEAPI.TypeOp op, BaseTypeRef operand, Location loc)
     : base(loc)
 {
     this.op      = op;
     this.operand = operand;
 }
示例#2
0
文件: TypeInstr.cs 项目: nobled/mono
                public TypeInstr (PEAPI.TypeOp op, BaseTypeRef operand, Location loc)
			: base (loc)
                {
                        this.op = op;
                        this.operand = operand;
                }