Array.Copy is the method to use, without having to loop through all the contents of the array.
An example of this would be Array.Copy(kayitlar, yeniKayitlar, kayitlar.Length)
, which copies all the contents of the kayitlar
to yeniKayitlar
array.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…