System::Collections::Generic::List::operator[] metodu

List::operator method

Erişimci işlev.

vector_t::reference System::Collections::Generic::List<T>::operator[](int index)
ParameterTypeAçıklama
indeksintÖğenin alınacağı indeks.

ReturnValue

Belirtilen konumdaki öğeye referans.

Ayrıca Bakınız

List::operator const method

Erişimci işlev.

vector_t::const_reference System::Collections::Generic::List<T>::operator[](int index) const
ParameterTypeAçıklama
indeksintÖğenin alınacağı indeks.

ReturnValue

Belirtilen konumdaki öğeye const referans.

Ayrıca Bakınız