问问问问问。。。

2008年9月7日

C#中的内部比较器(IComparable)

摘要: 以下是一段内部比较器的代码,学了很久了,以免忘记重温一下知识!! 实现泛型版IComparable的Student public class Student : IComparable { public Student(string name, int age) { this.name = name; this.... 阅读全文

posted @ 2008-09-07 19:13 1012wswj 阅读(1316) 评论(1) 推荐(0)
新的一天

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2008-09-07 17:19 1012wswj 阅读(17) 评论(2) 推荐(0)