System::Collections::Generic::IList::idx_get método
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 |
|---|---|---|
| index | int | Index del elemento a obtener. |
ReturnValue
Copia del elemento en el índice especificado.
Ver también
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++