Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试添加using System.Collections.Concurrent,但它不起作用。
using System.Collections.Concurrent
命名空间“System.Collections”中不存在类型或命名空间名称“Concurrent”(您是否缺少程序集引用?)
您ConcurrentQueue只能从 .NET 4 获得。将您的项目至少升级到 .NET 4.0。
ConcurrentQueue