摘要:
C# 程序员参考 const(C# 参考) const 关键字用于修改字段或局部变量的声明。它指定字段或局部变量的值是常数,不能被修改。例如: const int x = 0;public const double gravitationalConstant = 6.673e-11;private const string productName = "Visual C#";... 阅读全文
posted @ 2007-03-07 10:25
Achilles.NET
阅读(1071)
评论(1)
推荐(0)
浙公网安备 33010602011771号