System::Collections::Generic::IList::idx_get method
IList::idx_get method
Obtiene el elemento en el índice especificado.
virtual T System::Collections::Generic::IList<T>::idx_get(int index) const =0
| Parámetro | Tipo | Descripción |
|---|---|---|
| índice | int | Índice del elemento a obtener. |
ReturnValue
Copia del elemento en el índice especificado.
Ver también
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++