摘要: 1、Fun<T> static Func<int> Add(int x, int y) { Console.WriteLine("调用 LazyAdd"); return () => { Console.WriteLine("执行 LazyAdd"); return x + y; }; } View 阅读全文
posted @ 2015-12-24 14:28 江境纣州 阅读(28) 评论(0) 推荐(0) 编辑