コード例 #1
0
 public static void StoreField(Mono.Cecil.FieldReference field)
 {
     CurrentEmitContext.Emit(CreateInstruction.StoreField(field));
 }