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