gpt4 book ai didi

c# - 如何将键/值对插入字典?

转载 作者:行者123 更新时间:2023-11-30 18:50:09 26 4
gpt4 key购买 nike

当我向 Dictionary 添加条目时使用 Add , KeyValuePair添加在它的末尾。当我迭代 KeyValuePair 时,我想预先添加它的,是第一项。

有没有办法用 Dictionary 做到这一点?或者我应该构建一个 List<KeyValuePair<TKey, TValue>>或者你有更好的建议吗?

编辑: 我认为我可以处理 Dictionary 中的枚举, 看来我做不到。

我试过 List<KeyValuePair<TKey, TValue>>这不是很实用。

最佳答案

Dictionary 类中没有顺序的概念 - Dictionary 没有位置索引。

看看 OrderedDictionary System.Collections.Specialized 命名空间中的类,如果您需要在字典上使用位置索引。

关于c# - 如何将键/值对插入字典?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10754900/

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