|
CommonObjectClone Method
|
Creates a new object that is a copy of the current instance.
Namespace:
KarambaCommon.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic virtual Object Clone()
Public Overridable Function Clone As Object
public:
virtual Object^ Clone()
abstract Clone : unit -> Object
override Clone : unit -> Object
Return Value
Type:
ObjectA new object that is a copy of this instance.
Implements
ICloneableClone
See Also