Nov 23, 2024 – Jan 10, 2025
Build skills in the latest technologies and earn a digital badge by January 10!
我們不再支援此瀏覽器。
升級至 Microsoft Edge 以善用最新功能、安全性更新和技術支援。
Microsoft 開發人員工具和技術的深入文章
個人化學習路徑和課程
全球認可、行業支持認證
經 Microsoft 審核的技術問題和答案
Microsoft 開發人員工具和技術代碼示例庫
互動式特選指南和建議
來自 Microsoft 專家的數千小時原創程式
針對組織的 Microsoft learn
存取精選資源,提升團隊技能,縮小技能差距。
指派給 'variable' 的運算式必須為常數
const 變數無法接受非常數運算式作為其值。 如需詳細資訊,請參閱常數。
下列範例會產生 CS0133:
// CS0133.cs public class MyClass { public const int i = c; // CS0133, c is not constant public static int c = i; // try the following line instead // public const int i = 6; public static void Main() { } }
.NET 意見反映
.NET 是開放源項目。 選取連結以提供意見反映︰