System::Collections::Generic::List::List constructor
List::List() constructor
Creates empty list.
System::Collections::Generic::List<T>::List()
See Also
- Class List
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++
List::List(IEnumerablePtr) constructor
Copy constructor.
System::Collections::Generic::List<T>::List(IEnumerablePtr collection)
Parameter | Type | Description |
---|---|---|
collection | IEnumerablePtr | Collection to copy data from. |
See Also
- Typedef IEnumerablePtr
- Class List
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++
List::List(int) constructor
Creates list with pre-defined capacity.
System::Collections::Generic::List<T>::List(int capacity)
Parameter | Type | Description |
---|---|---|
capacity | int | Number of elements to reserve. |
See Also
- Class List
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++