System::Collections::CollectionBase::ListImpl::idx_get method

ListImpl::idx_get method

Restituisce l’elemento all’indice specificato.

T System::Collections::CollectionBase<T>::ListImpl::idx_get(int32_t index)
ParametroTipoDescrizione
indiceint32_tL’indice basato su zero dell’elemento da ottenere o impostare.

ReturnValue

L’elemento all’indice specificato.

Vedi anche