Foley .NET Utilities Class Library

LinkedList.Clone Method

Creates a shallow copy of the LinkedList.

Overload List

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);

See Also

LinkedList Class | LinkedList Members | Foley.Utilities.Collections Namespace