gpt4 book ai didi

c# - 非字符串引用类型的 const 字段只能用 null 错误初始化

转载 作者:IT王子 更新时间:2023-10-29 04:41:34 24 4
gpt4 key购买 nike

<分区>

我正在尝试创建一个二维数组来存储一些不会像这样改变的值。

const int[,] hiveIndices = new int[,] {
{200,362},{250,370},{213,410} ,
{400,330} , {380,282} , {437, 295} ,
{325, 405} , {379,413} ,{343,453} ,
{450,382},{510,395},{468,430} ,
{585,330} , {645,340} , {603,375}
};

但是在编译的时候出现了这个错误

hiveIndices is of type 'int[*,*]'. 
A const field of a reference type other than string can only be initialized with null.

如果我将 const 更改为 static,它会编译。我不明白添加 const 量词是如何导致这种行为的。

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