IntegerParameterICloneableClone Method

Creates a copy of the parameter.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Object ICloneable.Clone()

Return Value

Object
A copy of the current parameter.

Implements

ICloneableClone

Remarks

The clone method is used to create a deep copy of the parameter.

See Also