Creates a shallow copy of the LinkedList.
Creates a shallow copy of the LinkedList.
public virtual object Clone();
Attempts to make a deep copy of the LinkedList.
public virtual LinkedList Clone(bool);
LinkedList Class | LinkedList Members | Foley.Utilities.Collections Namespace