예제 #1
0
 public XElement Visit(AddOpcode action, AbcMethodBodyInstruction arg)
 {
     return(new XElement("add"));
 }
예제 #2
0
 public BaseAvm2Opcode Visit(AddOpcode opcode, AbcDataReader arg)
 {
     return(opcode);
 }