Esempio n. 1
0
 public XElement Visit(NegateOpcode opcode, AbcMethodBodyInstruction arg)
 {
     return(new XElement("negate"));
 }
Esempio n. 2
0
 public BaseAvm2Opcode Visit(NegateOpcode opcode, AbcDataReader arg)
 {
     return(opcode);
 }