Answers

Question and Answer:

  Home  C# (Sharp) Programming Language

⟩ What is the difference between the System.Array.CopyTo() and System.Array.Clone()?

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

 202 views

More Questions for you: