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