コード例 #1
0
 public static void LoadDouble(double float64)
 {
     CurrentEmitContext.Emit(CreateInstruction.LoadDouble(float64));
 }