コード例 #1
0
 public IntInstr(PEAPI.IntOp op, int operand, Location loc)
     : base(loc)
 {
     this.op      = op;
     this.operand = operand;
 }
コード例 #2
0
ファイル: IntInstr.cs プロジェクト: nobled/mono
                public IntInstr (PEAPI.IntOp op, int operand, Location loc)
			: base (loc)
                {
                        this.op = op;
                        this.operand = operand;
                }