System::Collections::Generic::Stack::Push 方法

Stack::Push method

放置栈顶元素。

void System::Collections::Generic::Stack<T>::Push(const T &item)
参数类型描述
const T&要压入堆栈的元素。

另见