System::Collections::Generic::List::GetRange método
List::GetRange method
Crea una porción de la lista.
ThisPtr System::Collections::Generic::List<T>::GetRange(int index, int count)
| Parámetro | Tipo | Descripción |
|---|---|---|
| índice | int | Índice de inicio del rango. |
| count | int | Tamaño del rango. |
ReturnValue
List containing a slice of current list.
Ver también
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++