Create an empty list
public LinkedList();
Create a list with the targets of the given enumeration copied into it.
public LinkedList(IEnumerable);
LinkedList Class | bedrock.collections Namespace