List的FindAll方法
注册博客园两年,只是看看园子!今天就把第一次给用了!献给List<T>的FindAll int temp = random.Next(1, 2*length); List<int> _list = list.FindAll(delegate(int i) { ...