gpt4 book ai didi

c# - toString() 找不到合适的方法来覆盖

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

我在这里敲我的头..

在 C# 中给出...

public class ClassA
{
public override string toString()
{
return "use this toString()!";
}
}

当我尝试构建它时,它告诉我:“ClassA.toString():找不到合适的方法来覆盖。”

如果不是这个,你如何在 C# 中覆盖默认的 toString?

最佳答案

正确的方法是ToString

关于c# - toString() 找不到合适的方法来覆盖,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4675566/

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