System::Collections::Generic::Stack::Pop method

Stack::Pop method

Gets element from top of the stack.

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

ReturnValue

Popped element.

See Also