Tipic Instant Messaging Platform - Programmer's Reference Guide

LinkedList.Insert Method

Insert an item into the list at the given index

Overload List

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

See Also

LinkedList Class | bedrock.collections Namespace