摘要: 前几天看了一下C# To IL 系列的文章,感觉写的不错,于是今天自己动手做了一个小低抹(demo),注释加上了自己的理解,以便加深记忆,如果有什么不对的地方,欢迎指正!using System;using System.Collections.Generic;using System.Text;using System.Linq;using System.Reflection;using System.Reflection.Emit;using System.Dynamic;namespace ConsoleApplication1{ class Program { ... 阅读全文
posted @ 2013-08-28 12:02 netqiang 阅读(498) 评论(0) 推荐(0) 编辑