Cloneable
Ecng.Common
The base class for objects that can be cloned.
実装: ICloneable<T>, ICloneable
メソッド
Clone
public abstract T Clone()
result = cloneable.Clone()
Creates a new object that is a copy of the current instance.
戻り値: 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.
戻り値: A new object that is a copy of this instance.