Metodo System::Collections::Generic::List::operator[]
List::operator method
Funzione di accesso.
vector_t::reference System::Collections::Generic::List<T>::operator[](int index)
| Parametro | Tipo | Descrizione |
|---|---|---|
| indice | int | Indice da cui ottenere l’elemento. |
ReturnValue
Riferimento all’elemento nella posizione specificata.
Vedi anche
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
List::operator const method
Funzione di accesso.
vector_t::const_reference System::Collections::Generic::List<T>::operator[](int index) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| indice | int | Indice da cui ottenere l’elemento. |
ReturnValue
Riferimento const all’elemento nella posizione specificata.
Vedi anche
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++