What is the ICloneable interface?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the ICloneable interface?
Rating:
The ICloneable interface of the System namespace implements a cloning mechanism by defining the
{
object Clone();
}
Rating:
Was this information helpful?
Other articles
- How to create a shortcut for a .NET deployment project?
- What is the FileStream class?
- What is the StreamWriter class?
- What is Ilasm.exe?
- What is the StringBuilder class?