Ejemplo n.º 1
0
 public XElement Visit(NegateIOpcode opcode, AbcMethodBodyInstruction arg)
 {
     return(new XElement("negate_i"));
 }
Ejemplo n.º 2
0
 public BaseAvm2Opcode Visit(NegateIOpcode opcode, AbcDataReader arg)
 {
     return(opcode);
 }