ICloneable Interface
Supports cloning, which creates a new instance of a class with the same value as an existing instance.
Definition
| public interface ICloneable |
Members Table
The following table lists the members exposed by the object. Click a tab on the left to choose the type of member you want to view.
Methods
| Method | Description |
|---|
| Clone | Creates a new object that is a copy of the current instance. |
Interface Information
| Namespace | System |
|---|
| Flash Library | corlib.scl |
|---|
| Flash Library Version | 2.0.0.2466 |
|---|
| Silverlight Library | System.Windows.Forms.dll |
|---|