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
Name the property of the textbox which cannot be changed at runtime?
What is hierarchical inheritance in c#?
What is marshalling in c#?
Where’s global assembly cache located on the system?
Explain About .NET Remoting and types of remoting
What is entity framework c#?
What are c# attributes and its significance?
what is difference between destruct or and garbage collection ?
Is static thread safe?
What is the Signification of the "new " keyword in C#? example
How does one compare strings in c#?
Can a child class call the constructor of a base class?
What is .edmx file?
what is the syntax to inherit from a class in c#?
Is there regular expression (regex) support available to c# developers?