摘要: CollectionBase实现强类型Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Collections; 3 4namespace Relaction.Collections 5{ 6 ... 阅读全文
posted @ 2006-11-28 13:32 南守拥 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 自定义集合类: 自定义强类型集合类Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Collections; 3 4namespace Relaction.Collections 5{... 阅读全文
posted @ 2006-11-28 13:22 南守拥 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 类: 功能齐全的集合Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Collections; 3 4namespace Relaction.Collections 5{ 6 ... 阅读全文
posted @ 2006-11-28 13:05 南守拥 阅读(1661) 评论(2) 推荐(0) 编辑
摘要: 实现ICollection的范例 自定义Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Collections; 3 4namespace Relaction.Collections 5{ 6... 阅读全文
posted @ 2006-11-28 12:40 南守拥 阅读(2420) 评论(1) 推荐(0) 编辑
摘要: 定义: 定义Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Collections; 3 4namespace Relaction.Collections 5{ 6 /**//// ... 阅读全文
posted @ 2006-11-28 12:27 南守拥 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 简单的ORM例子。 阅读全文
posted @ 2006-11-28 10:28 南守拥 阅读(229) 评论(0) 推荐(0) 编辑