Initializes a new instance of the LinkedList class that is empty.
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);
LinkedList Class | LinkedList Members | Foley.Utilities.Collections Namespace