System::Collections::CollectionBase::ListImpl::idx_get-methode

ListImpl::idx_get method

Retourneert het element op de opgegeven index.

T System::Collections::CollectionBase<T>::ListImpl::idx_get(int32_t index)
ParameterTypeBeschrijving
indexint32_tDe nulgebaseerde index van het element om op te halen of in te stellen.

ReturnValue

Het element op de opgegeven index.

Zie ook