26using System.Xml.Serialization;
34 internal sealed class Not :
Simple
42 public static new Not Read(XElement element)
54 public static void Load(Not inst, XElement element)
56 Load((Simple)inst, element);
62 public Not() : base(OpCodes.Not)
IKVM.Runtime.ClassFile.Method.Instruction Instruction