System::Array::operator[] metodo
Array::operator method
Restituisce un elemento all’indice specificato.
UnderlyingType & System::Array<T>::operator[](int index)
| Parametro | Tipo | Descrizione |
|---|---|---|
| indice | int | Indice dell’elemento da restituire |
ReturnValue
Un riferimento a un elemento nella posizione specificata
Vedi anche
- Typedef UnderlyingType
- Class Array
- Namespace System
- Library Aspose.Font for C++
Array::operator const method
Restituisce un elemento all’indice specificato.
UnderlyingType const & System::Array<T>::operator[](int index) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| indice | int | Indice dell’elemento da restituire |
ReturnValue
Un riferimento const a un elemento nella posizione specificata
Vedi anche
- Typedef UnderlyingType
- Class Array
- Namespace System
- Library Aspose.Font for C++