System::Collections::Generic::List::idx_get method

List::idx_get method

Obtient l’élément à une position spécifique.

T System::Collections::Generic::List<T>::idx_get(int index) const override
ParamètreTypeDescription
indiceintIndice pour obtenir l’élément.

ReturnValue

Copie de l’élément à la position spécifiée.

Voir aussi