Beispiel #1
0
 public static void EmitStore(this ILProcessor il, FieldDefinition field)
 {
     il.Append(il.CreateStore(field));
 }