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++