gpt4 book ai didi

c# - 如何制作具有不同返回码的自定义词典?

转载 作者:行者123 更新时间:2023-12-02 05:17:51 26 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
How to get null instead of the KeyNotFoundException accessing Dictionary value by key?

我目前有很多 Dictionary<string, T>在我的项目中使用,其中大部分看起来像这样:

if (myDic.ContainsKey("some key"))
localVar = myDic["some key"];

它也不是很有效,因为它对字典进行了两次调用,这可能会消耗资源。 TryGetValue()是一件很酷的事情,但它不能在一行中完成。

我只想得到null如果 var v = myDic[key] 中没有这样的 key .我该怎么做?

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