该文被密码保护。 阅读全文
posted @ 2015-04-07 17:31 Xdoudou 阅读(2) 评论(0) 推荐(0) 编辑
摘要: /// /// 入口 /// public void Run() { TestDelegate t = test; t("a",10); Action actiont = t... 阅读全文
posted @ 2015-04-07 11:18 Xdoudou 阅读(173) 评论(0) 推荐(0) 编辑
摘要: public class ViewBag : DynamicObject { private readonly Dictionary dic=new Dictionary(); public ViewBag() { } ... 阅读全文
posted @ 2015-04-07 11:04 Xdoudou 阅读(335) 评论(0) 推荐(0) 编辑