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