طريقة System::Collections::Generic::ListPtr::operator[]
ListPtr::operator method
مُستَخدِم.
std::vector<T>::reference System::Collections::Generic::ListPtr<T>::operator[](int idx)
| Parameter | Type | الوصف |
|---|---|---|
| idx | int | الفهرس للوصول إلى العنصر منه. |
ReturnValue
مرجع إلى العنصر المحدد.
انظر أيضًا
- Class ListPtr
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
ListPtr::operator const method
مُستَخدِم.
std::vector<T>::const_reference System::Collections::Generic::ListPtr<T>::operator[](int idx) const
| Parameter | Type | الوصف |
|---|---|---|
| idx | int | الفهرس للوصول إلى العنصر منه. |
ReturnValue
مرجع ثابت إلى العنصر المحدد.
انظر أيضًا
- Class ListPtr
- Namespace System::Collections::Generic
- Library Aspose.Page for C++