AddRange()
Stack::AddRange(IEnumerablePtr) method
Puts elements into stack.
void System::Collections::Generic::Stack<T>::AddRange(IEnumerablePtr collection)
Arguments
Parameter | Type | Description |
---|---|---|
collection | IEnumerablePtr | Container of elements to push into stack. |
See Also
- Typedef IEnumerablePtr
- Class Stack
- Namespace System::Collections::Generic
- Library Aspose.Slides