Beispiel #1
0
 public XElement Visit(BreakpointOpcode opcode, AbcMethodBodyInstruction arg)
 {
     return(new XElement("bkpt"));
 }
Beispiel #2
0
 public BaseAvm2Opcode Visit(BreakpointOpcode opcode, AbcDataReader arg)
 {
     return(opcode);
 }