System::Collections::Generic::List::AddInitializer methode
List::AddInitializer method
Voegt elementen toe aan de lijst; wordt gebruikt bij het vertalen van initializers.
void System::Collections::Generic::List<T>::AddInitializer(int size, const T *inits)
| Parameter | Type | Beschrijving |
|---|---|---|
| size | int | Aantal elementen om in te voegen. |
| inits | const T * | Elementen om in te voegen. |
Zie ook
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++