Example #1
0
 public XElement Visit(CallMethodOpcode opcode, AbcMethodBodyInstruction arg)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public BaseAvm2Opcode Visit(CallMethodOpcode opcode, AbcDataReader arg)
 {
     throw new System.NotImplementedException();
 }