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