What?s the difference between the System.Array.CopyTo() and
System.Array.Clone()?
Answer Posted / kishore anumala
Clone creates the new array of same length of an existing
array and then copies the data.
Where as copyto copies the data from source to destination
array. Copyto does not creates any new array.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
How do I format in c#?
Is there any sample c# code for simple threading?
What is anonymous class in c#?
What does async mean in c#?
What is the use of flag in c#?
What is the difference between abstract and virtual?
Why References are stored on heap and variables on stack?
What is the interface in c#?
What are the different types of literals in c#?
Define MSIL, and how does it works? Why our developers need an appreciation of it if at all?
What is the use of console readkey in c#?
Is c# an open source?
what are implementation inheritance and interface inheritance?
Explain manifest in c#.
How big is int16?