gpt4 book ai didi

c# - 在 ubuntu 下的 Mono 3.28 中使用通用队列

转载 作者:行者123 更新时间:2023-11-30 17:48:48 25 4
gpt4 key购买 nike

我在 Ubuntu 13.10 下使用 Mono 3.2.8。 (即使我使用 Mono 2.10.8 也会出现同样的问题)。我无法创建队列对象。我在 using 语句中添加了 System.Collections.Generic。

我尝试使用以下代码创建队列:

private Queue<string> Message

或:

private System.Collections.Generic.Queue<string> Message

我注意到在工具提示中没有出现队列对象(出现列表)。编译器错误是:

"Error CS0246: The type or namespace name `Queue' could not be found. Are you missing an assembly reference? (CS0246) (Linux-sim)"

我需要下载任何模式模块吗?

任何帮助将不胜感激

最佳答案

我遇到了同样的问题。我必须添加对“系统”的引用。

当我创建我的项目时,MonoDevelop 不知何故没有包含对“系统”的默认引用。

关于c# - 在 ubuntu 下的 Mono 3.28 中使用通用队列,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22408470/

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