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)
浙公网安备 33010602011771号