LinkedList<T>你提到的其他课程都在System.dll集会中. List<T>是mscorlib.所有都在System.Collections.Generic命名空间中.
确保浏览到System.Collections.Generic命名空间部分mscorlib,而不是System.
您可以在MSDN的页面上List<T>的命名空间定义下看到:
命名空间:System.Collections.Generic
汇编:mscorlib(在mscorlib.dll中)
但是,LinkedList<T>例如,显示:
命名空间:System.Collections.Generic
程序集:系统(在System.dll中)
(请注意,您还可以在Reflector中搜索类型,这将使其正确找到...)
| 归档时间: |
|
| 查看次数: |
243 次 |
| 最近记录: |