Foley .NET Utilities Class Library

LinkedSet.Clone Method ()

Creates a shallow copy of the LinkedSet.

[Visual Basic]
Overridable Overloads Public Function Clone() As Object Implements _
   ICloneable.Clone
[C#]
public virtual object Clone();

Return Value

A shallow copy of the LinkedSet.

Implements

ICloneable.Clone

Remarks

If you need a deep copy to be attempted use the Clone method.

See Also

LinkedSet Class | LinkedSet Members | Foley.Utilities.Collections Namespace | LinkedSet.Clone Overload List