gpt4 book ai didi

c# - 为什么类字段不能是 var?

转载 作者:太空宇宙 更新时间:2023-11-03 16:08:49 24 4
gpt4 key购买 nike

<分区>

class A
{
A()
{
var x = 5; // this is allowed
}

var _x = 5; // the compiler is unhappy
}

我想编译器必须能够像推断本地变量一样推断成员变量的类型。那有什么区别呢?

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