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ètre | Type | Description |
|---|---|---|
| indice | int | Indice pour obtenir l’élément. |
ReturnValue
Copie de l’élément à la position spécifiée.
Voir aussi
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++