Exemplo n.º 1
0
 public XElement Visit(AddOpcode action, AbcMethodBodyInstruction arg)
 {
     return(new XElement("add"));
 }
Exemplo n.º 2
0
 public BaseAvm2Opcode Visit(AddOpcode opcode, AbcDataReader arg)
 {
     return(opcode);
 }