Tipic Instant Messaging Platform - Programmer's Reference Guide

LinkedList.Insert Method (Int32, Object)

Insert an item into the list at the given index

[Visual Basic]
NotOverridable Overloads Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Object _
) _
    Implements IList.Insert
[C#]
public void Insert(
   int index,
   object value
);

Parameters

index
The position to insert before
value
The object to insert

Implements

IList.Insert

See Also

LinkedList Class | bedrock.collections Namespace | LinkedList.Insert Overload List