摘要: GetType()非强类型,支持跨程序集发射,用来支持动态引用,A obja=new A();Type t=obja.GetType()typeof()强类型,静态的Type t=typeof(A) 阅读全文
posted @ 2015-07-10 18:05 等待是一生最初的苍老 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 本文摘要:1:比较和排序的概念;2:IComparable和IComparer;3:IComparable和IComparer的泛型实现IComparable和IComparer;1:比较和排序的概念 比较:两个实体类之间按>,=, student.Age) { ... 阅读全文
posted @ 2015-07-10 11:17 等待是一生最初的苍老 阅读(148) 评论(0) 推荐(0) 编辑
摘要: static void Main() { List list = new List(); list.Add(1); list.Add(5); list.Add(9); List.Enumerator e = list.GetEnumerator(); Wr... 阅读全文
posted @ 2015-07-10 09:39 等待是一生最初的苍老 阅读(485) 评论(0) 推荐(0) 编辑