System::Collections::Generic::List::List constructor

List::List() constructor

खाली सूची बनाता है.

System::Collections::Generic::List<T>::List()

संबंधित देखें

List::List(IEnumerablePtr) constructor

कॉपी कंस्ट्रक्टर।

System::Collections::Generic::List<T>::List(IEnumerablePtr collection)
पैरामीटरप्रकारविवरण
संग्रहIEnumerablePtrडेटा कॉपी करने के लिए संग्रह।

संबंधित देखें

List::List(int) constructor

पूर्व-परिभाषित क्षमता के साथ सूची बनाता है.

System::Collections::Generic::List<T>::List(int capacity)
पैरामीटरप्रकारविवरण
क्षमताintआरक्षित करने के लिए तत्वों की संख्या।

संबंधित देखें