System::Collections::Generic::List::operator[] method
List::operator method
Fonction d’accès.
vector_t::reference System::Collections::Generic::List<T>::operator[](int index)
| Paramètre | Type | Description |
|---|---|---|
| indice | int | Indice pour obtenir l’élément. |
ReturnValue
Référence à l’élément à la position spécifiée.
Voir aussi
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
List::operator const method
Fonction d’accès.
vector_t::const_reference System::Collections::Generic::List<T>::operator[](int index) const
| Paramètre | Type | Description |
|---|---|---|
| indice | int | Indice pour obtenir l’élément. |
ReturnValue
Référence constante à l’élément à la position spécifiée.
Voir aussi
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++