The ICloneable type exposes the following members.

Methods

  NameDescription
Clone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)

Properties

  NameDescription
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.

See Also