Example #1
0
 public static void LoadField(Mono.Cecil.FieldReference field)
 {
     CurrentEmitContext.Emit(CreateInstruction.LoadField(field));
 }