随笔-248  评论-229  文章-0  trackbacks-9
08 2008 档案
为collection增加排序功能
摘要: 注意到 CollectionBase.InnerList属性,这是一个protected 属性,得到一个包含了CollectionBase中的元素的ArrayList。所以可以调用ArrayList.Sort()来实现排序。using System;public class Person { public Person(string name, int age) { this.Name = nam...阅读全文
posted @ 2008-08-19 14:50 峻祁连 阅读(261) | 评论 (0) 编辑
SQL Server 2008 and Visual Studio 2008 Service Pack 1 Available for Download
摘要: SQL Server 2008 and Visual Studio 2008 Service Pack 1 Available for Download SQL Server 2008 has been released and is ready to deliver a rich set of integrated services that enable you to do more with...阅读全文
posted @ 2008-08-12 16:22 峻祁连 阅读(173) | 评论 (1) 编辑


Related Posts Plugin for WordPress, Blogger...