internal static JustInTimeCompiler CreateCompiler(HashSet <Assembly> references) => Default.CompilerFactory(references);
예제 #2
0
 internal static JustInTimeCompiler CreateCompiler() => Default.CompilerFactory();