ICloneable

Ecng.Common

Defines a method that creates a new object that is a deep copy of the current instance.

Implementa: ICloneable

Métodos

Clone
public T Clone()
result = iCloneable.Clone()

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

Devuelve: A new object that is a deep copy of this instance.