System::Collections::Generic::Stack::Push メソッド
Stack::Push method
スタックの一番上に要素を置きます。
void System::Collections::Generic::Stack<T>::Push(const T &item)
| パラメーター | 型 | 説明 |
|---|---|---|
| 項目 | const T& | スタックにプッシュする要素。 |
参照
- Class Stack
- Namespace System::Collections::Generic
- Library Aspose.Page for C++