博客园  :: 首页  :: 联系 :: 管理

2008年2月18日

摘要: Lambda表达式可以在使用代理和匿名代理的地方 1、命名函数 public class Common { public delegate bool IntFilter(int i); public static int[] FilterArrayOfInts(int[] ints, IntFilter filter) { ArrayList aList = new ArrayList(); ... 阅读全文

posted @ 2008-02-18 09:56 sunrack 阅读(631) 评论(0) 推荐(0)