44 var inst =
new Ldstr();
54 public static void Load(
Ldstr inst, XElement element)
57 inst.Value = (string)element.Attribute(
"value");
60 public string Value {
get;
set; }
64 ilgen.Emit(OpCodes.Ldstr,
Value);
IKVM.Runtime.ClassFile.Method.Instruction Instruction