Tipic Instant Messaging Platform - Programmer's Reference Guide

LinkedList.Pop Method 

Retrieve and remove the element at the front of the list.

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

Return Value

See Also

LinkedList Class | bedrock.collections Namespace