Adds the elements of an ICollection to the end of the LinkedList.
Adds an Object to the end of the LinkedList.
public override int Add(object);
Adds the elements of an ICollection to the end of the LinkedList.
public override bool Add(ICollection);
LinkedList Class | LinkedList Members | Foley.Utilities.Collections Namespace