Returns a clone of the set instance. This will work for derived set classes if the derived class implements a constructor that takes no arguments.

Namespace: Iesi.Collections
Assembly: Iesi.Collections (in Iesi.Collections.dll) Version: 1.0.1.0 (3.2.0.4000)

Syntax

C#
public virtual Object Clone()
Visual Basic
Public Overridable Function Clone As Object
Visual C++
public:
virtual Object^ Clone()

Return Value

A clone of this object.

Implements

ICloneable..::..Clone()()()()

See Also