Metodo System::Collections::Generic::Stack::AddRange
Stack::AddRange method
Inserisce gli elementi nello stack.
void System::Collections::Generic::Stack<T>::AddRange(IEnumerablePtr collection)
| Parametro | Tipo | Descrizione |
|---|---|---|
| collezione | IEnumerablePtr | Contenitore di elementi da inserire nello stack. |
Vedi anche
- Typedef IEnumerablePtr
- Class Stack
- Namespace System::Collections::Generic
- Library Aspose.Font for C++