The ICloneable type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.) |
Properties
| Name | Description | |
|---|---|---|
| ReadOnly |
Specifies if this instance should prohibit changes to it.
To make changes, Clone() this instance and make your changes to the
returned object instead.
|