System::Collections::Generic::List::operator[] طريقة
List::operator method
دالة وصول.
vector_t::reference System::Collections::Generic::List<T>::operator[](int index)
| Parameter | Type | الوصف |
|---|---|---|
| الفهرس | 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
| Parameter | Type | الوصف |
|---|---|---|
| الفهرس | int | الفهرس للحصول على العنصر. |
ReturnValue
مرجع ثابت إلى العنصر في الموضع المحدد.
انظر أيضًا
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++