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

List::operator method

Fungsi accessor.

vector_t::reference System::Collections::Generic::List<T>::operator[](int index)
ParameterTipeDeskripsi
indeksintIndeks untuk mendapatkan elemen dari.

ReturnValue

Referensi ke elemen pada posisi yang ditentukan.

Lihat Juga

List::operator const method

Fungsi accessor.

vector_t::const_reference System::Collections::Generic::List<T>::operator[](int index) const
ParameterTipeDeskripsi
indeksintIndeks untuk mendapatkan elemen dari.

ReturnValue

Referensi konstan ke elemen pada posisi yang ditentukan.

Lihat Juga