摘要:
CollectionBase实现强类型Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Collections; 3 4namespace Relaction.Collections 5{ 6 ... 阅读全文
摘要:
自定义集合类: 自定义强类型集合类Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Collections; 3 4namespace Relaction.Collections 5{... 阅读全文
摘要:
类: 功能齐全的集合Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Collections; 3 4namespace Relaction.Collections 5{ 6 ... 阅读全文
摘要:
实现ICollection的范例 自定义Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Collections; 3 4namespace Relaction.Collections 5{ 6... 阅读全文
摘要:
定义: 定义Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Collections; 3 4namespace Relaction.Collections 5{ 6 /**//// ... 阅读全文
摘要:
简单的ORM例子。 阅读全文