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