WriteLine(i); void AddToI(int amount) => i += amount; } //Roslyn 編譯成 private struct MainLocals { public int i; } static void Main() ...
確定! 回上一頁