我有最终版本的 Visual Studio 2013 正在处理一个 MVC4 项目。.NET 4.5 是目标平台。当我引用System
程序集时,我看到的只是名称空间BlockingCollection<T>
中ConcurentBag<T>
的内容。System.Collections.Concurrent
根据文档,应该有更多的类。我ConcurrentDictionary<TKey, TValue>
特别在寻找这里。
程序集的完整路径: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.dll
更新:当我尝试引用时mscorlib.dll
出现错误A reference to 'mscorlib' could not be added. This component is already automatically referenced by the build system.