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.GenericAssembly: 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() |