Package | org.as3coreaddendum.system |
Interface | public interface ICloneable |
clone()
method.
The implementation of the clone()
method should return a shallow copy of the object, copying every possible property.
Method | Defined By | ||
---|---|---|---|
clone():*
Creates and return a shallow copy of the object. | ICloneable |
clone | () | method |
public function clone():*
Creates and return a shallow copy of the object.
Returns* — A new object that is a shallow copy of this instance.
|
CloneNotSupportedError — If this object should not be cloned.
|