ICloneable

Ecng.Common

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

Implements: ICloneable

Methods

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

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

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