gpt4 book ai didi

c# - 主构造函数不再在 VS2015 中编译

转载 作者:IT王子 更新时间:2023-10-29 03:36:12 27 4
gpt4 key购买 nike

直到今天,我都可以使用主要的构造函数,例如:

public class Test(string text)
{
private string mText = text;
}

为了能够做到这一点,在以前的 Visual Studio CTP 中,我必须将其添加到 csproj 文件中:

<LangVersion>Experimental</LangVersion>

无论如何,这不再适用于 Visual Studio 2015 预览版(有或没有 LangVersion)。有人对可能发生的事情有任何想法吗?

最佳答案

Does anyone have any ideas about what could be going on?

是的 - 主要构造函数已从 C# 6 的计划中删除。它们可能会以某种形式出现在更高版本中,但它们不再出现在 C# 6 中。

参见 "Changes to the language feature set"从团队发帖了解更多详情。

关于c# - 主构造函数不再在 VS2015 中编译,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26915789/

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