Parameter CollectionICloneableClone Method
Creates a copy of the collection.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
A copy of the current collection.
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 collection.
Implements
ICloneableCloneRemarks
The clone method is used to create a deep copy of the entire collection, including a copy of the parameters contained in the collection.