ICloneable
Ecng.Common
Defines a method that creates a new object that is a deep copy of the current instance.
Implementiert: ICloneable
Methoden
Clone
public T Clone()
result = iCloneable.Clone()
Creates a new object that is a deep copy of the current instance.
Rückgabe: A new object that is a deep copy of this instance.