System::Collections::Generic::List::List yapıcı
List::List() constructor
Boş bir liste oluşturur.
System::Collections::Generic::List<T>::List()
Ayrıca Bakınız
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::List(IEnumerablePtr) constructor
Kopya yapıcı.
System::Collections::Generic::List<T>::List(IEnumerablePtr collection)
| Parameter | Type | Açıklama |
|---|---|---|
| koleksiyon | IEnumerablePtr | Verilerin kopyalanacağı koleksiyon. |
Ayrıca Bakınız
- Typedef IEnumerablePtr
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::List(int) constructor
Önceden tanımlı kapasiteye sahip bir liste oluşturur.
System::Collections::Generic::List<T>::List(int capacity)
| Parameter | Type | Açıklama |
|---|---|---|
| kapasite | int | Ayrılacak öğe sayısı. |
Ayrıca Bakınız
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++