gpt4 book ai didi

c# - 为什么在包含 System.Collections.Generic 时无法使用 SynchronizedCollection?

转载 作者:行者123 更新时间:2023-12-02 05:10:31 34 4
gpt4 key购买 nike

我试图在我的 C# 代码中包含以下行,但由于某种原因它被标记为错误:

        public SynchronizedCollection<Uri> allImages = new SynchronizedCollection<Uri>();

我尝试过包括 using System.Collections.Generic但这并不能解决问题。知道如何获得 SynchronizedCollection<T>在我的应用程序中工作?

最佳答案

如果您查看文档,您会看到它指出

Namespace: System.Collections.Generic
Assembly: System.ServiceModel (in System.ServiceModel.dll)

这意味着,虽然它位于 System.Collections.Generic 命名空间中,但您需要确保拥有 System.ServiceModel.dll dll included in your project as a refrence能够使用该类。

关于c# - 为什么在包含 System.Collections.Generic 时无法使用 SynchronizedCollection?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37902513/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com