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
What is typeof c#?
what is IDisposal interface,IComparable,IEquatable,IFormatable
How to find methods of a assembly file (not using ILDASM)?
What is the use of ienumerable?
How Reflection is used and what it's significance ?
What is a web service in c#?
Can partial class be inherited?
How do you sort an array in c#?
Explain the difference between “constant” and “read-only” variables used in c#?
What is array and types of array in c#?
What are the collection types can be used in c#?
How do generics work in c#?
What is the difference between an implicit conversion and an explicit conversion?
What is difference between iqueryable and ienumerable in c#?
What's difference between constants and static readonly?