Interface IDeepCloneable<T>
Indicates the type may be cloned making entirely independent copies.
public interface IDeepCloneable<out T>
Type Parameters
T
Methods
DeepClone()
Clone the type including all referenced data.
T DeepClone()
Returns
- T