Creates a shallow copy of the LinkedList.
[Visual Basic]
Overridable Overloads Public Function Clone() As Object Implements _
ICloneable.Clone
A shallow copy of the LinkedList.
If you need a deep copy to be attempted use the Clone method.
LinkedList Class | LinkedList Members | Foley.Utilities.Collections Namespace | LinkedList.Clone Overload List