Esempio n. 1
0
 public static ICompiler AddMathModule(this ICompiler compiler)
 {
     compiler = compiler.AddModule(typeof(Math));
     return(compiler);
 }