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

List::operator method

Accessor-functie.

vector_t::reference System::Collections::Generic::List<T>::operator[](int index)
ParameterTypeBeschrijving
indexintIndex om element uit te halen.

ReturnValue

Referentie naar element op de opgegeven positie.

Zie ook

List::operator const method

Accessor-functie.

vector_t::const_reference System::Collections::Generic::List<T>::operator[](int index) const
ParameterTypeBeschrijving
indexintIndex om element uit te halen.

ReturnValue

Constante referentie naar element op de opgegeven positie.

Zie ook