mscorlib(4.0.0.0) API with additions
System.ICloneable Interface Reference

Supports cloning, which creates a new instance of a class with the same value as an existing instance. More...

Inheritance diagram for System.ICloneable:
[legend]

Public Member Functions

object Clone ()
 Creates a new object that is a copy of the current instance. More...
 

Detailed Description

Supports cloning, which creates a new instance of a class with the same value as an existing instance.

Definition at line 7 of file ICloneable.cs.

Member Function Documentation

◆ Clone()


The documentation for this interface was generated from the following file: