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