System::Collections::Generic::Stack::Push メソッド

Stack::Push method

スタックの一番上に要素を置きます。

void System::Collections::Generic::Stack<T>::Push(const T &item)
パラメーター説明
項目const T&スタックにプッシュする要素。

参照