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