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