摘要: 本文将介绍如何利用扩展方法将try catch finally 语句块简化成如下的调用形式: public void Test1() { Employee emp = new Employee(); emp.Try(p =... 阅读全文
posted @ 2014-12-15 18:02 enterframe 阅读(1284) 评论(3) 推荐(0)