Beispiel #1
0
                public FieldInstr (PEAPI.FieldOp op, IFieldRef operand, Location loc)
			: base (loc)
                {
                        this.op = op;
                        this.operand = operand;
                }
Beispiel #2
0
 public FieldInstr(PEAPI.FieldOp op, IFieldRef operand, Location loc)
     : base(loc)
 {
     this.op      = op;
     this.operand = operand;
 }