C#:數組參數傳遞問題

數組傳遞參數的話,如果直接傳引用過去。對數組參數的操作會改變原始變量的值。如果不想影響原始變量的話,需要在函數裏面定義新的局部數組變量。賦值給局部數組變量,對局部數組變量進行操作。 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.
相關文章
相關標籤/搜索