摘要: 要使用List,需添加引用:using System.Collections.Generic; //定义成绩类 public class score { public string stuName { get; set; } public int scoreYuwen { get; set; } public int scoreShuxue { get; set; } public int scoreTotal { get{return scoreYuwen+scoreShuxue;} } public string sex { get; set; } } //定义排序类,继承ICompa.. 阅读全文
posted @ 2012-05-24 15:22 泰乐看盘 阅读(1714) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示