随笔分类 - Attributes学习
偶然的机会发现Attributes很好玩。。
摘要: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 /**//// ...
阅读全文
摘要:可绑定到成员变量的Attribute。 可绑定到成员变量上的AttributeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Reflection; 3using System.Compone...
阅读全文
摘要:自定义Attribute 自定义AttributeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2 3namespace Relaction.test1 4{ 5 /**//// 6 /// 自定义的At...
阅读全文

浙公网安备 33010602011771号