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