コード例 #1
0
 public static void LoadString(string str)
 {
     CurrentEmitContext.Emit(CreateInstruction.LoadString(str));
 }