Interface ICloneable
Defines an interface indicating that an object may be cloned.
Namespace: System
Assembly: mscorlib.dll
Syntax
public interface ICloneable
Methods
| Improve this Doc View SourceClone()
Make a new object which is a copy of the object instanced.
Declaration
object Clone()
Returns
Type | Description |
---|---|
Object | A new object that represents a clone of the object. |