Inserts all the elements of an ICollection starting at a index in the LinkedList.
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);
LinkedList Class | LinkedList Members | Foley.Utilities.Collections Namespace