Ejemplo n.º 1
0
 public XElement Visit(TypeOfOpcode opcode, AbcMethodBodyInstruction arg)
 {
     return(new XElement("typeof"));
 }
Ejemplo n.º 2
0
 public BaseAvm2Opcode Visit(TypeOfOpcode opcode, AbcDataReader arg)
 {
     return(opcode);
 }