Méthode System::Collections::Generic::List::set_Capacity
List::set_Capacity method
Définit la capacité de la liste.
void System::Collections::Generic::List<T>::set_Capacity(int capacity)
| Paramètre | Type | Description |
|---|---|---|
| capacité | int | Capacité à définir (ne peut pas être inférieure à la taille actuelle). |
Voir aussi
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++