System::Collections::Generic::List::AddInitializer metod
List::AddInitializer method
Lägger till element i listan; används vid översättning av initierare.
void System::Collections::Generic::List<T>::AddInitializer(int size, const T *inits)
| Parameter | Type | Beskrivning |
|---|---|---|
| size | int | Antal element att infoga. |
| inits | const T * | Element att infoga. |
Se även
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++