Insert an item into the list at the given index
Insert an item into the list at the given index
public void Insert(int,object);
Insert in order. Returns the position of the insertion point.
public int Insert(object);
LinkedList Class | bedrock.collections Namespace