.NET Helper Packages
C#
Show/Hide TOC
Model
Edit
Clone Method
Creates a new object that is a copy of the current instance.
Definition
Namespace:
Common.Core.Classes
Assembly:
Common.Core (in Common.Core.dll) Version: 2.1.5
C#
Copy
public
abstract
Object
Clone
()
Return Value
Object
A new object that is a copy of this instance.
Implements
ICloneable
Clone
See Also
Reference
ModelEdit Class
Common.Core.Classes Namespace
In This Article
Definition
Return Value
Implements
See Also