예제 #1
0
 public BaseAvm2Opcode Visit(ConvertOOpcode opcode, AbcDataReader arg)
 {
     return(opcode);
 }
예제 #2
0
 public XElement Visit(ConvertOOpcode opcode, AbcMethodBodyInstruction arg)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public BaseAvm2Opcode Visit(ConvertOOpcode opcode, AbcDataReader arg)
 {
     throw new System.NotImplementedException();
 }