System::Collections::Generic::Stack::AddRange 메서드
Stack::AddRange method
요소를 스택에 넣습니다.
void System::Collections::Generic::Stack<T>::AddRange(IEnumerablePtr collection)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 컬렉션 | IEnumerablePtr | 스택에 푸시할 요소들의 컨테이너. |
또 보기
- Typedef IEnumerablePtr
- Class Stack
- Namespace System::Collections::Generic
- Library Aspose.Page for C++