gpt4 book ai didi

c# - 不能使用接口(interface)默认方法

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

我已经安装了新版本的 visual studio 并将项目设置为 C# 8。当我尝试使用如下所示的新界面功能时,它说我无法在界面中实现,这似乎不知何故我无法使用新功能。任何人都可以解释为什么,2019 年预览中仍未包含它吗?

interface IDefaultInterfaceMethod
{
public void DefaultMethod()
{
Console.WriteLine("I am a default method in the interface!");
}
}

最佳答案

基于 this :

Microsoft has fleshed out more details about C# Version 8.0, the next planned major release of the language. C# 8.0 is expected to arrive in 2019, concurrent with the arrival of .Net Core 3.0.

C# 8 的所有功能仍处于开发初期,很可能会发生变化。所以最好等到最终版本中的功能结束。以下博客也可能有帮助:

Any estimation for C# 8.0 release date?

并非所有 C# 8.0 功能都可用(Visual Studio 2019 预览版 1)。您可以在以下链接中找到当前可用功能的列表:

Take C# 8.0 for a spin

关于c# - 不能使用接口(interface)默认方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53694961/

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