IQueue<T>.Extract Method

Removes and returns the element at the beginning of the queue without considering ownership.

Namespace: Spring.Collections
public
 function Extract: T;

Return Value

Type: T

The element that is removed from the beginning of the queue.