コード例 #1
0
 public static void LoadLong(long int64)
 {
     CurrentEmitContext.Emit(CreateInstruction.LoadLong(int64));
 }