33 internal sealed class Xor :
Simple
41 public static new Xor Read(XElement element)
53 public static void Load(Xor inst, XElement element)
55 Load((Simple)inst, element);
61 public Xor() : base(OpCodes.Xor)
IKVM.Runtime.ClassFile.Method.Instruction Instruction