ParameterCollectionICloneableClone Method

Creates a copy of the collection.

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

Implements

ICloneableClone

Remarks

The clone method is used to create a deep copy of the entire collection, including a copy of the parameters contained in the collection.

See Also