System::Collections::Generic::List::set_Capacity methode
List::set_Capacity method
Stelt de capaciteit van de lijst in.
void System::Collections::Generic::List<T>::set_Capacity(int capacity)
| Parameter | Type | Beschrijving |
|---|---|---|
| capacity | int | Capaciteit om in te stellen (mag niet kleiner zijn dan de huidige grootte). |
Zie ook
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++