經安全檢測,此網站為安全網站,請放心前往原始網址!

1.3 變數和參數 (C#)

class Test { static void Main() { int a; int b = 1; int c = a + b; // error, a not yet assigned ... } } 將會產生編譯時期錯誤,因為它嘗試在變數 ...

msdn.microsoft.com

網址安全性掃描由 google 提供