What?s the difference between the System.Array.CopyTo() and
System.Array.Clone()?
Answer Posted / guest
The first one performs a deep copy of the array, the second
one is shallow.
| Is This Answer Correct ? | 9 Yes | 17 No |
Post New Answer View All Answers
Which class comes after the SortedList class?
how background thread access to ui control?
Can you change the value of a constant filed after its declaration?
Why hashtable is thread safe in c#?
What is difference between the "throw" and "throw ex" in .net?
What is the difference between private and protected in c#?
Why do we use 0?
What is ioc containers c#?
What is out in c#?
Is c# or c++ better for games?
What is data dictionary in c#?
Define c# and list the features.
Is equal in c#?
What is semaphore in c#?
Will the following code compile and run?