What?s the difference between the System.Array.CopyTo() and
System.Array.Clone()?
Answer Posted / rahul
The first one performs a deep copy of the array, the second
one is shallow.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the difference between string and stringbuilder in c#?
Can a dictionary have the same key?
What is short in c#?
What are satellite assemblies?
What is anonymous class in c#?
What are strong name assemblies?
What is iqueryable?
What's new in c#?
What is platform independence"?
What is static class in C#?
What is yield break in c#?
Why we need get set property in c#?
What is writeline in c#?
What do you understand by 'access specifiers' in C#?
Can a method return multiple values in c#?