System::Collections::Generic::List::operator[] method
List::operator method
एक्सेसर फ़ंक्शन।
vector_t::reference System::Collections::Generic::List<T>::operator[](int index)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| सूचकांक | int | तत्व प्राप्त करने के लिए सूचकांक। |
ReturnValue
निर्दिष्ट स्थिति पर तत्व का संदर्भ।
संबंधित देखें
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::operator const method
एक्सेसर फ़ंक्शन।
vector_t::const_reference System::Collections::Generic::List<T>::operator[](int index) const
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| सूचकांक | int | तत्व प्राप्त करने के लिए सूचकांक। |
ReturnValue
निर्दिष्ट स्थिति पर तत्व का कॉन्स्ट संदर्भ।
संबंधित देखें
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++