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