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.Font for C++