gpt4 book ai didi

c# - 在字典中使用类型 'null' 而不是 int

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

我需要声明一个包含 100 个键和值的字典(键是一个字符串,值是一个整数)。每个键都是一个网格引用:A1、B6 等。我知道一些网格的确定值。我想通过将 int 值设置为 null 在程序开始时为每个值添加一个键和一个值,但它不允许这样做。我该怎么办?

最佳答案

添加一个“?”在 int 使其成为可空类型之后

Dictionary<string, int?> myDictionary = new Dictionary<string, int?>();

关于c# - 在字典中使用类型 'null' 而不是 int,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34970043/

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