System::Collections::Generic::List::set_Capacity method
List::set_Capacity method
リストの容量を設定します。
void System::Collections::Generic::List<T>::set_Capacity(int capacity)
| パラメーター | 型 | 説明 |
|---|---|---|
| 容量 | int | 設定する容量(現在のサイズ未満にはできません)。 |
参照
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++