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 |
|---|---|---|
| index | int | Range índice inicial. |
| count | int | Range tamaño. |
ReturnValue
List containing a slice of current list.
Ver también
- Class List
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++