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