Pop()

Stack::Pop() method

Gets element from top of the stack.

T System::Collections::Generic::Stack<T>::Pop()

Return Value

Popped element.

See Also