System::Collections::Generic::IList::idx_get metodo
IList::idx_get method
Ottiene l’elemento all’indice specificato.
virtual T System::Collections::Generic::IList<T>::idx_get(int index) const =0
| Parametro | Tipo | Descrizione |
|---|---|---|
| indice | int | Indice dell’elemento da ottenere. |
ReturnValue
Copia dell’elemento all’indice specificato.
Vedi anche
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++