0 votes
in C Sharp by

What’s the difference between the System.Array.CopyTo() and System.Array.Clone()?

1 Answer

0 votes
by

The first one performs a deep copy of the array, the second one is shallow.

Related questions

0 votes
asked Apr 9, 2020 in C Sharp by GeorgeBell
0 votes
0 votes
0 votes
asked Mar 5, 2020 in C Sharp by JackTerrance
0 votes
asked Mar 5, 2020 in C Sharp by JackTerrance
...