public Instruction CopyTo(Dictionary <object, object> ops, Instruction instr)
 {
     instr.OpCode        = Code.ToOpCode();
     instr.Operand       = BodyUtils.ToOperandModel(ops, Operand);
     instr.SequencePoint = SequencePoint;
     return(instr);
 }