Cloneable
Ecng.Common
The base class for objects that can be cloned.
Implements: ICloneable<T>, ICloneable
Methods
Clone
public abstract T Clone()
result = cloneable.Clone()
Creates a new object that is a copy of the current instance.
Returns: A new object that is a copy of this instance.
System#ICloneable#Clone()
Creates a new object that is a copy of the current instance.
Returns: A new object that is a copy of this instance.