33 internal sealed class Ldind_i4 :
Simple
41 public static new Ldind_i4 Read(XElement element)
43 var inst =
new Ldind_i4();
53 public static void Load(Ldind_i4 inst, XElement element)
55 Load((Simple)inst, element);
61 public Ldind_i4() : base(OpCodes.Ldind_I4)
IKVM.Runtime.ClassFile.Method.Instruction Instruction