网站首页 站内搜索

搜索结果

查询Tags标签: IComparable,共有 1条记录
  • C# IComparable 与 IComparer<T>

    //IComparable的排序使用 public class Student : IComparable {private string name;private int age;public string Name{get { return name; }}public int Age{get { return age; }}public Student() { }public Student(string name, int age){this.name = name;this.a…

    2022/3/4 22:15:33 人评论 次浏览
扫一扫关注最新编程教程