System::Collections::Generic::List::List constructor
List::List() constructor
खाली सूची बनाता है.
System::Collections::Generic::List<T>::List()
संबंधित देखें
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::List(IEnumerablePtr) constructor
कॉपी कंस्ट्रक्टर।
System::Collections::Generic::List<T>::List(IEnumerablePtr collection)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| संग्रह | IEnumerablePtr | डेटा कॉपी करने के लिए संग्रह। |
संबंधित देखें
- Typedef IEnumerablePtr
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::List(int) constructor
पूर्व-परिभाषित क्षमता के साथ सूची बनाता है.
System::Collections::Generic::List<T>::List(int capacity)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| क्षमता | int | आरक्षित करने के लिए तत्वों की संख्या। |
संबंधित देखें
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++