2015年11月10日
摘要: using System;using System.Collections.Generic;using System.Text;public class MyClass{ public static void PrintValues(IEnumerable myCollection) { IEn... 阅读全文
posted @ 2015-11-10 15:20 jinweijie0527 阅读(142) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;public class MyClass{ public class Employee:IComparable { public int EmpID; public string YearsOfSvc =... 阅读全文
posted @ 2015-11-10 14:30 jinweijie0527 阅读(165) 评论(0) 推荐(0) 编辑