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
What is generic method in c#?
What is the meaning of 0 in c#?
Is as operator in c#?
Where do we set the min and max pool size for connection pooling?
What is constructors, explain with syntax
Is c# good for games?
What is unmannaged code and will CLR handle this kind of code or not .
What is asenumerable in c#?
What is c sharp language?
What is method overriding in c#
What are anonymous types in c#?
What is gac? What are the steps to create an assembly and add it to the gac?
What is the base class in .net from which all the classes are derived from?
How can I process command-line arguments?
Is php easier than c#?