System::Array::idx_get method
Array::idx_get method
Renvoie l’élément à l’index spécifié.
virtual T System::Array<T>::idx_get(int index) const override
| Paramètre | Type | Description |
|---|---|---|
| indice | int | Indice de l’élément à retourner |
ReturnValue
L’élément à l’indice spécifié dans le tableau
Voir aussi
- Class Array
- Namespace System
- Library Aspose.Page for C++