System::Collections::Generic::List::operator[] method

List::operator method

एक्सेसर फ़ंक्शन।

vector_t::reference System::Collections::Generic::List<T>::operator[](int index)
पैरामीटरप्रकारविवरण
सूचकांकintतत्व प्राप्त करने के लिए सूचकांक।

ReturnValue

निर्दिष्ट स्थिति पर तत्व का संदर्भ।

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

List::operator const method

एक्सेसर फ़ंक्शन।

vector_t::const_reference System::Collections::Generic::List<T>::operator[](int index) const
पैरामीटरप्रकारविवरण
सूचकांकintतत्व प्राप्त करने के लिए सूचकांक।

ReturnValue

निर्दिष्ट स्थिति पर तत्व का कॉन्स्ट संदर्भ।

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