méthode System::Array::operator[]
Array::operator method
Renvoie un élément à l’index spécifié.
UnderlyingType & System::Array<T>::operator[](int index)
| Paramètre | Type | Description |
|---|---|---|
| indice | int | Indice de l’élément à retourner |
ReturnValue
Une référence à un élément à la position spécifiée
Voir aussi
- Typedef UnderlyingType
- Class Array
- Namespace System
- Library Aspose.Page for C++
Array::operator const method
Renvoie un élément à l’index spécifié.
UnderlyingType const & System::Array<T>::operator[](int index) const
| Paramètre | Type | Description |
|---|---|---|
| indice | int | Indice de l’élément à retourner |
ReturnValue
Une référence const à un élément à la position spécifiée
Voir aussi
- Typedef UnderlyingType
- Class Array
- Namespace System
- Library Aspose.Page for C++