示例#1
0
 public XElement Visit(DxnsLateOpcode opcode, AbcMethodBodyInstruction arg)
 {
     return(new XElement("dxnslate"));
 }
示例#2
0
 public BaseAvm2Opcode Visit(DxnsLateOpcode opcode, AbcDataReader arg)
 {
     return(opcode);
 }