Class Cloneable<T>
The base class for objects that can be cloned.
public abstract class Cloneable<T> : ICloneable<T>, ICloneable
Type Parameters
T
The type of cloned object.
- Inheritance
-
Cloneable<T>
- Implements
-
ICloneable<T>
- Derived
- Inherited Members
- Extension Methods
Constructors
Cloneable()
protected Cloneable()
Methods
Clone()
Creates a new object that is a copy of the current instance.
public abstract T Clone()
Returns
- T
A new object that is a copy of this instance.