System::Collections::Generic::List::idx_get método
List::idx_get method
Obtiene el elemento en una posición específica.
T System::Collections::Generic::List<T>::idx_get(int index) const override
| Parámetro | Tipo | Descripción |
|---|---|---|
| índice | int | Índice para obtener el elemento. |
ReturnValue
Copia del elemento en la posición especificada.
Ver también
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++