gpt4 book ai didi

.net - 托管 C++ 中的泛型泛型

转载 作者:行者123 更新时间:2023-12-04 02:24:57 25 4
gpt4 key购买 nike

我想在托管 C++ 项目中创建 ListKeyValuePair。这是我使用的语法

List<KeyValuePair<String^, String^>^>^ thing;

但我收到以下错误:

error C3225: generic type argument for 'T' cannot be 'System::Collections::Generic::KeyValuePair ^', it must be a value type or a handle to a reference type

我基本上想做这个(C#)

List<KeyValuePair<string, string>> thing;

但在托管 C++ 中。哦,在 .Net 2.0 中。有没有人要?

最佳答案

想通了:

List<KeyValuePair<String^, String^>>^ thing;

KeyValuePair 本身不需要是句柄。呃。

关于.net - 托管 C++ 中的泛型泛型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/341477/

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