System::Collections::Generic::List::operator[] yöntemi

List::operator method

Erişimci işlev.

vector_t::reference System::Collections::Generic::List<T>::operator[](int index)
ParametreTürAçı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
ParametreTürAçıklama
indeksintÖğenin alınacağı indeks.

ReturnValue

Belirtilen konumdaki öğeye sabit referans.

Ayrıca Bakınız