Tipic Instant Messaging Platform - Programmer's Reference Guide

LinkedList.Push Method 

Add an element to the front of the list.

[Visual Basic]
Public Sub Push( _
   ByVal value As Object _
)
[C#]
public void Push(
   object value
);

Parameters

value

See Also

LinkedList Class | bedrock.collections Namespace