gpt4 book ai didi

c# - 如何在 C# 中声明局部常量?

转载 作者:IT王子 更新时间:2023-10-29 04:12:44 25 4
gpt4 key购买 nike

如何在 C# 中声明局部常量?

就像在 Java 中一样,您可以执行以下操作:

public void f(){
final int n = getNum(); // n declared constant
}

如何在 C# 中做同样的事情?我尝试使用 readonlyconst 但似乎都不起作用。

如有任何帮助,我们将不胜感激。

谢谢。

最佳答案

在 C# 中,您不能创建从方法中检索的常量。

编辑:无效链接<罢工> http://msdn.microsoft.com/en-us/library/e6w8fe1b(VS.71).aspx

该文档应该有助于: https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/const

A constant expression is an expression that can be fully evaluated at compile time.

关于c# - 如何在 C# 中声明局部常量?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2054761/

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