IGenericCloneable
public interface IGenericCloneable<T>
Represents generic version of ICloneable
T: The type of object to clone
Methods
| Method | Description |
|---|---|
| cloneT() | Creates a new object that is a copy of the current instance. |
cloneT()
public abstract T cloneT()
Creates a new object that is a copy of the current instance.
Returns: T - A new object that is a copy of this instance.