Metodo System::Collections::Generic::List::_add_range
List::_add_range method
Specifico di C++.
void System::Collections::Generic::List<T>::_add_range(std::initializer_list<T> list)
| Parametro | Tipo | Descrizione |
|---|---|---|
| lista | std::initializer_list<T> | Intervallo da inserire nel contenitore. |
Vedi anche
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++