طريقة System::Collections::Generic::ListPtr::operator[]

ListPtr::operator method

مُستَخدِم.

std::vector<T>::reference System::Collections::Generic::ListPtr<T>::operator[](int idx)
ParameterTypeالوصف
idxintالفهرس للوصول إلى العنصر منه.

ReturnValue

مرجع إلى العنصر المحدد.

انظر أيضًا

ListPtr::operator const method

مُستَخدِم.

std::vector<T>::const_reference System::Collections::Generic::ListPtr<T>::operator[](int idx) const
ParameterTypeالوصف
idxintالفهرس للوصول إلى العنصر منه.

ReturnValue

مرجع ثابت إلى العنصر المحدد.

انظر أيضًا