Exemplo n.º 1
0
 public BaseAvm2Opcode Visit(PushNamespaceOpcode opcode, AbcDataReader arg)
 {
     opcode.Index = arg.ReadU30();
     return(opcode);
 }
Exemplo n.º 2
0
 public XElement Visit(PushNamespaceOpcode opcode, AbcMethodBodyInstruction arg)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public BaseAvm2Opcode Visit(PushNamespaceOpcode opcode, AbcDataReader arg)
 {
     throw new System.NotImplementedException();
 }