Abel.MetaCode 源码

上传:governor30178 浏览: 5 推荐: 0 文件:ZIP 大小:23KB 上传时间:2021-05-12 09:46:24 版权申诉
亚伯元码 Abel.MetaCode是一套用于生成,编译,执行和模拟类的工具。 代码生成 CodeGenerator类有助于以流畅的方式生成代码。 一个简单的控制台应用程序,可打印“ Hello world”: var code = new CodeGenerator() .Using("System") .AddClass("Lol", @class => @class .AddMethod("Main") .WithModifiers("public static") .WithContent(method => method .AddLine("Console.WriteLine(\"Hello world\");"))) .Generate(); 带有名称空间,继承,构造函数以及显式修饰符和参数的另一个示例: var code = _codeGener
上传资源
用户评论