Tipic Instant Messaging Platform - Programmer's Reference Guide

LinkedList.Insert Method (Object)

Insert in order. Returns the position of the insertion point.

[Visual Basic]
Overloads Public Function Insert( _
   ByVal value As Object _
) As Integer
[C#]
public int Insert(
   object value
);

Parameters

value

See Also

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