Foley .NET Utilities Class Library

LinkedList.Insert Method

Inserts all the elements of an ICollection starting at a index in the LinkedList.

Overload List

Inserts all the elements of an ICollection starting at a index in the LinkedList.

public override bool Insert(int,ICollection);

Inserts an Object into the LinkedList at the specified index.

public override bool Insert(int,object);

See Also

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