Cloneable

Ecng.Common

The base class for objects that can be cloned.

Implementiert: ICloneable<T>, ICloneable

Methoden

Clone
public abstract T Clone()
result = cloneable.Clone()

Creates a new object that is a copy of the current instance.

Rückgabe: 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.

Rückgabe: A new object that is a copy of this instance.