System::Array::operator[] method
Array::operator method
Renvoie un élément à l’index spécifié.
UnderlyingType & System::Array<T>::operator[](int index)
| Paramètre | Type | Description |
|---|---|---|
| indice | int | Index de l’élément à renvoyer |
ReturnValue
Une référence à un élément à la position spécifiée
Voir aussi
- Typedef UnderlyingType
- Class Array
- Namespace System
- Library Aspose.Font 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 | Index de l’élément à renvoyer |
ReturnValue
Une référence constante à un élément à la position spécifiée
Voir aussi
- Typedef UnderlyingType
- Class Array
- Namespace System
- Library Aspose.Font for C++