System::Collections::Generic::List::InsertRange metodo
List::InsertRange method
Inserisce un intervallo di dati nella posizione specifica.
void System::Collections::Generic::List<T>::InsertRange(int index, IEnumerablePtr collection)
| Parametro | Tipo | Descrizione |
|---|---|---|
| indice | int | Indice in cui inserire i dati. |
| collezione | IEnumerablePtr | Collezione di elementi da inserire. |
Vedi anche
- Typedef IEnumerablePtr
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++