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