Exemple #1
0
 public XElement Visit(BitXorOpcode opcode, AbcMethodBodyInstruction arg)
 {
     return(new XElement("bitxor"));
 }
Exemple #2
0
 public BaseAvm2Opcode Visit(BitXorOpcode opcode, AbcDataReader arg)
 {
     return(opcode);
 }