std:std.collections.Stack<T>.Pop

Method Pop:T( )

Pops the top element off the stack and returns it.

In debug builds, a runtime error will occur if the stack is empty.