Interface ICloneable<T>
Defines a method that creates a new object that is a deep copy of the current instance.
public interface ICloneable<T> : ICloneable
Type Parameters
T
The type of the object that is cloned.
- Extension Methods
Methods
Clone()
Creates a new object that is a deep copy of the current instance.
T Clone()
Returns
- T
A new object that is a deep copy of this instance.