System::Collections::Generic::IList::idx_get méthode
IList::idx_get method
Obtient l’élément à l’index spécifié.
virtual T System::Collections::Generic::IList<T>::idx_get(int index) const =0
| Paramètre | Type | Description |
|---|---|---|
| indice | int | Index de l’élément à obtenir. |
ReturnValue
Copie de l’élément à l’index spécifié.
Voir aussi
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++