IStack<T>.Extract Method

Removes and returns the element at the top of the stack without considering ownership.

Namespace: Spring.Collections
public
 function Extract: T;

Return Value

Type: T

The element removed from the top of the stack.