System::Collections::Generic::Stack::Pop 方法

Stack::Pop method

获取栈顶元素。

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

ReturnValue

已弹出的元素。

另见