new IWClonable()
Using this constructor makes a class clonable.
- Since:
-
- 0.74.2
Methods
-
clone()
-
Overwrite this method to clone the object. The method returns a new instance of the object. The default implemenation calls the default constructor (without arguments), copies all properties and clones properties which .
Returns:
- Type
- Object