Tipic Instant Messaging Platform - Programmer's Reference Guide

LinkedList.Dequeue Method 

Remove and return the element at the front of the list

[Visual Basic]
Public Function Dequeue() As Object
[C#]
public object Dequeue();

Return Value

The element at the end of the list

See Also

LinkedList Class | bedrock.collections Namespace