Tipic Instant Messaging Platform - Programmer's Reference Guide

LinkedList.Enqueue Method 

Insert an element at the end of the list

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

Parameters

value

See Also

LinkedList Class | bedrock.collections Namespace