What?s the difference between the System.Array.CopyTo() and
System.Array.Clone()?

Answer Posted / ranjanatyagi

the first one copy both the data and the structure i.e.
schema of the arry and the second one copy only the
structuere not data.

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is default method in c#?

501


Why do we use public static void main in c#?

472


What is c sharp used for?

496


What is 8 bit signed integer?

483


Can we change static value in c#?

531






Which debugging tools you can use in the .NET ssSDK?

553


Explain About Iunknown interface Queue

547


What is difference between the "throw" and "throw ex" in .net?

488


What is use of private class in c#?

511


What types of object can I throw as exceptions?

542


Can you declare struct members as protected?

504


What is difference between variable and property in c#?

432


What is default parameter in c#?

511


In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?

602


Do loops c#?

503