Foley .NET Utilities Class Library

LinkedList Constructor

Initializes a new instance of the LinkedList class that is empty.

Overload List

Initializes a new instance of the LinkedList class that is empty.

public LinkedList();

Initializes a new instance of the LinkedList class that contains elements copied from the specified collection.

public LinkedList(ICollection);

See Also

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