How to make a shallow copy of an array?

后端 未结 9 745
梦如初夏
梦如初夏 2020-11-27 22:21

I pass a two-dimensional array as a property to my user control. There I store this values in another two-dimensional array:

int[,] originalValues = this.Met         


        
9条回答
提交回复
热议问题