MessageBox.Items.Add(i.ToString());. When the compiler sees i.ToString(), it “boxes” the variable i into its “pure object” equivalent. Boxing ...
確定! 回上一頁