System::Collections::Generic::List::operator[] μέθοδος

List::operator method

Συνάρτηση πρόσβασης.

vector_t::reference System::Collections::Generic::List<T>::operator[](int index)
ParameterTypeΠεριγραφή
δείκτηςintΔείκτης για λήψη στοιχείου από.

ReturnValue

Αναφορά σε στοιχείο στη συγκεκριμένη θέση.

Δείτε επίσης

List::operator const method

Συνάρτηση πρόσβασης.

vector_t::const_reference System::Collections::Generic::List<T>::operator[](int index) const
ParameterTypeΠεριγραφή
δείκτηςintΔείκτης για λήψη στοιχείου από.

ReturnValue

Σταθερή αναφορά σε στοιχείο στη συγκεκριμένη θέση.

Δείτε επίσης