Real ParameterICloneableClone Method
Creates a copy of the parameter.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
A copy of the current parameter.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
Object ICloneable.Clone()VB
Private Function Clone As Object Implements ICloneable.CloneReturn Value
ObjectA copy of the current parameter.
Implements
ICloneableCloneRemarks
The clone method is used to create a deep copy of the parameter.