Foley .NET Utilities Class Library

LinkedList.Add Method

Adds the elements of an ICollection to the end of the LinkedList.

Overload List

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

See Also

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