Dequeue

Returns the first element and removes it from the queue.

Dequeue();

Return Value

Returns the starting element.