Returns a clone of the Set instance.

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

Syntax

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

Return Value

A clone of this object.

Implements

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

See Also