Interface ICloneable
- Namespace
- System
- Assembly
- mscorlib.dll
Defines an interface indicating that an object may be cloned.
public interface ICloneable
- Extension Methods
Methods
Clone()
Make a new object which is a copy of the object instanced.
object Clone()
Returns
- object
A new object that represents a clone of the object.