Foley .NET Utilities Class Library

LinkedList.Clone Method ()

Creates a shallow copy of the LinkedList.

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

Return Value

A shallow copy of the LinkedList.

Implements

ICloneable.Clone

Remarks

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

See Also

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