摘要: Effective C# Item 35: Prefer Overrides to Event Handlers
在处理派生类事件时推荐重写而不是使用事件句柄
阅读全文
posted @
2007-06-16 19:25 aiya 阅读(803) |
评论 (0) |
编辑
摘要: Effective C# Item29: Use the new Modifier Only When Base Class Updates Mandate it
只在更新基类的情况下使用new修饰符
阅读全文
posted @
2007-04-22 11:40 aiya 阅读(446) |
评论 (0) |
编辑
摘要: Effective C# Item 26: Implement Ordering Relations with IComparable and IComparer
通过IComparable和IComparer接口来实现排序关系
阅读全文
posted @
2007-03-26 11:17 aiya 阅读(433) |
评论 (1) |
编辑