コード例 #1
0
ファイル: Extensions.cs プロジェクト: yurko7/math-expression
 public static ICompiler AddMathModule(this ICompiler compiler)
 {
     compiler = compiler.AddModule(typeof(Math));
     return(compiler);
 }