摘要:
Windbey中为了增强对集合的访问能力, MS设计了List<T>这么一个泛型集合, 其中有不少的增强功能,比如Foreach,ConvertAll,FindAll等等,并且为了方便使用MS在System名空间下引入了一些特制的Delegate.主要包括以下几个:20public delegate void Action<T>(T obj); //Used by ForE... 阅读全文
posted @ 2005-09-18 22:00 idior 阅读(17081) 评论(7) 推荐(2) 编辑